staticrypt icon indicating copy to clipboard operation
staticrypt copied to clipboard

Browser hex encoder refresh

Open jimhark opened this issue 5 months ago • 0 comments

Summary

Freshen up the browser version of HexEncoder

Resolves

resolves #220

Details

  • parse()
    • simplify var names
    • Minor reformatting
    • Throw Error() object, not string
  • stringify()
    • Pad hex using .padStart(2, "0")

Testing

I manually tested node encrypt, node decrypt, and HTML wrapper decrypt.

jimhark avatar Jul 21 '25 02:07 jimhark