Retrograde Cipher

The program below will enable your browser to perform encryption and decryption of texts using client side JavaScript and a pre-shared-secret.

It's safe to enter a secret key here because the data never leaves your computer; However, if you would like to ensure this is true you may download this program, inspect its source code, and execute it locally.