🔐 Text Encrypt / Decrypt
Encrypt any text with AES-256-GCM — military-grade encryption,
100% local
🔬 Encryption
Details
🔐
AES-256-GCM
Military-grade symmetric encryption.
Same key encrypts and decrypts.
🧂
PBKDF2 Key
Derivation
Your password is stretched with
100,000 iterations + random salt for maximum security.
🎲
Random IV (Nonce)
A random initialization vector is
generated for each encryption — same text encrypted twice gives different results.
🖥️
100% Local
Uses Web Crypto API. No server,
no internet needed. Nothing leaves your browser.