AES-GCM 256-bit encryption • PBKDF2 key derivation • 100% client-side
Your key is never sent anywhere. It's processed locally via PBKDF2 (100,000 iterations).
🔒 AES-GCM 256-bit encryption • Random IV per encryption • PBKDF2 key derivation
No data leaves your browser. Share the encrypted message and key separately.