AES Encryption
Derive an AES-GCM key from your passphrase (PBKDF2), encrypt with a random IV, and decrypt the base64 payload โ secrets never leave your device.
Runs entirely in your browser. Your data never leaves this device.
- AES-256-GCM
- PBKDF2 key derive
- Random IV
- Base64 payload
- Local Web Crypto
How it works
- Adjust the controls or paste your input.
- Preview results instantly in the browser.
- Copy or download the output โ nothing is uploaded.
Key features
- AES-256-GCM
- PBKDF2 key derive
- Random IV
- Base64 payload
- Local Web Crypto
FAQ
Is this private?
Yes โ processing runs in your browser; we do not upload your inputs.
Do I need an account?
No โ free to use without signup.
Does it work offline?
After the page loads, most tools work without further network calls.
Mobile friendly?
Yes โ layouts adapt to smaller screens.
Which AES mode?
AES-GCM with a random IV prefixed to the ciphertext (base64). Use a strong passphrase; this is for local demos, not a full password manager.
Keep building
Related developer tools
Generate MD5, SHA-1, SHA-256, and SHA-512 hashes using Web Crypto in your browser.
Compute HMAC-SHA256/SHA1/SHA512 with a secret key via Web Crypto. Free HMAC tool โ local only.
Hide and reveal short text messages in PNG pixels via LSB. Free steganography MVP.