Text AES Encrypt/Decrypt Tool
Use UTF-8 encoded text and key for real-time encryption or decryption. No backend required.
Notes:
- AES encryption/decryption uses
UTF-8encoded text and key - Default mode: CBC with PKCS#7 padding
- Encryption output is Base64 encoded; decryption input automatically parses Base64