Search for a command to run...
Encrypt or decrypt text with a password using AES-256-GCM. Share the encrypted message safely — only the password holder can read it.
No. Encryption happens entirely in your browser with the Web Crypto API. Nothing is transmitted or stored.
A devly-v1 envelope containing the salt, IV and AES-256-GCM ciphertext, encoded as base64. Anyone with the password and this tool can decrypt it.
AES-256-GCM authenticated encryption with a key derived from your password using PBKDF2-SHA256 at 100,000 iterations.
Never leaves your browser. AES-256-GCM + PBKDF2 (100k iterations).