Text Encryptor & Decryptor
Encrypt and decrypt text using AES-256-GCM with password-based key derivation. All processing happens locally.
⚠️ Use a strong password. You'll need it to decrypt later.
✓ Text encrypted successfully. Share this encrypted text safely.
⚠️ Enter the same password used for encryption.
✓ Text decrypted successfully.
Security Notice
- • All encryption happens in your browser. Nothing is sent to any server.
- • Uses AES-256-GCM encryption with PBKDF2 key derivation (100,000 iterations).
- • If you lose your password, there is no way to recover the encrypted data.
- • For maximum security, use a long, random password (20+ characters).