AES-256 Encryption
Encrypt and decrypt text with AES-256-GCM. Key derived from your passphrase via PBKDF2-SHA256.
What is AES-256 Encryption?
AES-256-GCM is the gold standard for symmetric encryption — used by TLS, signal, and most disk encryption. This tool uses the Web Crypto API in your browser: salt + IV randomization per encryption, 100,000 PBKDF2 iterations on your passphrase. Output is base64-encoded for safe transport.
Frequently asked questions
Where is my passphrase stored?▼
What if I lose the passphrase?▼
Related tools
Bcrypt Hash Generator
Generate bcrypt password hashes (client-side).
HMAC Generator
Generate HMAC signatures with SHA-256, SHA-1, MD5.
2FA QR Code Generator
Generate TOTP/2FA QR codes for authenticator apps.
Password Strength Tester
Test password strength against entropy and dictionaries.
Caesar Cipher Encoder
Encode and decode Caesar cipher with custom shifts.
ROT13 Encoder
Encode and decode ROT13 text instantly.