Text Encrypt

Encrypt text with password.

Frequently Asked Questions

How is my text encrypted?+
This tool uses AES-GCM encryption via your browser's built-in Web Crypto API, with a key derived from your password using PBKDF2. If Web Crypto isn't available, it falls back to a reversible cipher.
Do I need to remember the exact password?+
Yes. You must enter the exact same password to decrypt. There's no way to recover the text if the password is lost, since nothing is stored on any server.