</>

Encrypt / Decrypt Text

Symmetrically encrypt and decrypt plain text messages using standard AES-GCM 256-bit keys derived from password passphrases.

Frequently Asked Questions

How does the encryption work?
It uses Web Crypto API AES-GCM 256-bit encryption. The secret passphrase is run through PBKDF2 with 100,000 iterations to derive a secure cryptographic key.
Is my password or text uploaded to a server?
No, all cryptographic functions are executed locally inside your browser.