AES Encrypt/Decrypt

Encrypt or decrypt text with AES-GCM and a passphrase.

Works Offline
Privacy First
No Login
No API

Plaintext

Result

Uses AES-GCM with a PBKDF2-derived key (150,000 iterations, SHA-256), random salt and IV. Output packs salt + IV + ciphertext as base64.

About the AES Encrypt/Decrypt

Encrypt text with AES-GCM using a key derived from your passphrase via PBKDF2, with a random salt and IV generated for every encryption. Decrypt by pasting back the Base64 output and the same passphrase.

Examples

Encrypt a message

Secret message + passphrase

Output

Base64-encoded salt+iv+ciphertext

Related tools

Frequently asked questions

Version 1.0.0 · Updated 2026-08-06 · Runs entirely in your browser