Dev Tools

AES-GCM Encrypt/Decrypt

Encrypt or decrypt text using AES-256-GCM with a password. Key is derived via PBKDF2 (100k iterations). Everything runs in your browser.

Password
Plaintext
Ciphertext (Base64)
---

Format

The output is base64(salt[16] + iv[12] + ciphertext). The salt and IV are randomly generated for each encryption. Key derivation: PBKDF2-SHA256 with 100,000 iterations.

Was this page helpful?

Related tools