AES Encryption/Decryption
Secure encryption tool based on AES-GCM mode with custom password, runs entirely locally.
Input Text
Result
History
No history records
About AES Encryption
AES (Advanced Encryption Standard) is a widely used symmetric encryption algorithm. This tool supports multiple encryption modes and configuration options.
All encryption and decryption operations are performed locally in your browser. No key or data is sent to any server.
About This Tool
This tool uses the Advanced Encryption Standard (AES) in GCM mode, combined with PBKDF2 algorithm to derive high-strength keys from your password. It generates random Salt and Initialization Vector (IV) to ensure uniqueness and security for each encryption. The encrypted data includes the Salt and IV for easy decryption. Since all encryption and decryption processes are executed in your browser via the Web Crypto API, your sensitive data and passwords never leave your device.
Features
- 🔒 Advanced Encryption: Uses AES-GCM 256-bit algorithm
- 🔑 Key Derivation: PBKDF2 for enhanced password security
- 🛡️ Random Params: Auto-generates random Salt and IV
- ⚡ High Speed: Hardware accelerated via Web Crypto API
- 🚫 Zero Upload: All data processed locally, never sent to server