AES Encryption
Securely encrypt and decrypt text using the Advanced Encryption Standard.
Encrypt Message
Decrypt Message
About this Tool
The Advanced Encryption Standard (AES) is a symmetric-key encryption algorithm established by the U.S. National Institute of Standards and Technology (NIST). It is used globally to secure sensitive data, from classified government documents to your daily web traffic.
"Symmetric" means the exact same secret key (passphrase) is used to both encrypt and decrypt the data. Without the correct key, AES ciphertext is mathematically considered unbreakable by modern computing.
How to Use
Encrypt Data
Enter your sensitive plaintext and create a strong secret key. The tool will generate a Base64-encoded ciphertext string.
Store or Share
You can safely store the resulting ciphertext or send it over unencrypted channels. Just ensure you share the secret key via a separate, secure method.
Decrypt Data
Paste the ciphertext and the correct secret key into the Decrypt panel to instantly reveal the original message.