AES Encryption Tool
Encrypt and decrypt text using AES-128, AES-192, and AES-256 with CBC or ECB mode.
Result:
How to Use
- Enter text to encrypt/decrypt
- Provide a secret key (length must match key size)
- Select encryption mode (CBC requires IV)
- Click Encrypt/Decrypt
- Copy or download the result
Note: For CBC mode, store the IV securely. ECB mode is not
recommended for most uses.