AES Text Encryption
Encrypt and decrypt text with AES-256-GCM using a password (PBKDF2 key derivation), entirely in your browser. Strong, standard cryptography with zero uploads.
AES-256-GCM · PBKDF2 (150k iterations, SHA-256) · output is Base64(salt|iv|ciphertext).
Privacy & Security
All processing happens locally in your browser — nothing is uploaded.
How to Use
Enter text and a password, then Encrypt. To decrypt, paste the encrypted output with the same password.
Disclaimer: This tool is provided "as is" without warranty of any kind. Results are for educational and utility purposes.
Related Tools
Password Strength Checker
SecurityEvaluate the strength of your password against cracking attempts (Client-side only).
Password Generator
SecurityGenerate strong, secure passwords instantly with customizable options.
Hash Generator
SecurityCalculate cryptographic hashes for any text string safely.