AES Encrypt
Securely encrypt text using AES algorithms (GCM, CBC, CTR).
Config
Advanced Encryption Standard (AES)
The global standard for secure symmetric-key encryption. It uses fixed block sizes of 128 bits and supports key lengths of 128, 192, and 256 bits.
For modern applications, AES-GCM is recommended as it provides both confidentiality and data integrity (authentication).
Input
Output
Results will appear here...