AES encrypt / decrypt
Encrypt text with a passphrase using AES-GCM and PBKDF2, entirely in your browser. Decrypt with the same passphrase.
A random salt and IV are generated per message. There is no password recovery: lose the passphrase and the data is gone.