AES-256-GCM

Military-Grade Encryption

Encrypt your messages with AES-256-GCM β€” the same algorithm used by governments and militaries worldwide.
All operations run entirely in your browser. No data is ever transmitted.

256 Bit Key
2256 Possible Keys
100% Client-Side
πŸ”’
Security Notice: Your password is used to derive a 256-bit key via PBKDF2 (600,000 iterations). Each encryption generates a unique random IV. Choose a strong, memorable password.
All cryptographic operations happen entirely in your browser using the Web Crypto API. No data is ever sent to any server.

πŸ”’ Encrypt Message

πŸ”“ Decrypt Message

How It Works

πŸ”‘

Key Derivation

Your password is transformed into a 256-bit cryptographic key using PBKDF2 with SHA-256 and 600,000 iterations, making brute-force attacks computationally infeasible.

🎲

Random IV

Each encryption generates a unique 12-byte Initialization Vector using a cryptographically secure random number generator, ensuring identical messages produce different ciphertexts.

πŸ›‘οΈ

AES-256-GCM

Galois/Counter Mode provides both confidentiality and authenticity. It encrypts your data and generates an authentication tag that detects any tampering.

🌐

100% Client-Side

All cryptographic operations use the browser's native Web Crypto API. Your messages and passwords never leave your device β€” zero server communication.