Encryption
AES Encrypt/Decrypt
Generate AES-GCM keys and encrypt or decrypt text locally in your browser.
Input
Plain text
Output
AES result
FAQ
Questions people ask
Which AES mode is used?
This tool uses AES-GCM with a 256-bit key and a 12-byte initialization vector.
Can I generate an AES key?
Yes. Use Generate key to create a random AES-GCM key and IV.
What do I need to decrypt?
You need the same key, IV, and ciphertext generated during encryption.
Related tools