Security Tools
Text Encrypt / Decrypt
Encrypt text with a password using AES-GCM entirely in your browser.
AES-GCMCipher
PBKDF2Key derivation
—Mode
Encryption and decryption happen locally in your browser.
How encryption works
A password is expanded into an AES key with PBKDF2 and a random salt. AES-GCM provides both encryption and integrity protection.
Keep the password safe
UWTools does not store your password. If you lose it, the encrypted text cannot be recovered by this tool.