Comment by hamburglar

4 years ago

A neat feature of this would be to have the source of the html include instructions for decrypting the data outside the browser using command line tools for just this scenario.

Looking at the HTML/JS code does tell you how to implement decryption in a different language.

That's because it only uses NIST recommended encryption, which is baked in or available in most languages.

  • Yes, but making it really easy by giving the exact openssl (or whatever) commands would be super useful if you needed to do it.