🛡️

Text Encryption (AES)

Securely encrypt and decrypt text using AES-GCM directly in your browser.

1 Encrypt

2 Decrypt

Technical Details

This tool uses AES-GCM (Advanced Encryption Standard - Galois/Counter Mode) with a 256-bit key derived via PBKDF2 (100,000 iterations). A unique random IV (Initialization Vector) and Salt are generated for every encryption. The output format is: Salt (16 bytes) + IV (12 bytes) + Ciphertext encoded in Base64.