Secure Text Encryption Tool
Encrypt and decrypt sensitive text using AES-256-GCM, one of the most secure encryption algorithms available. All encryption happens locally in your browser - your data never leaves your device.
Features
- AES-256-GCM: Military-grade encryption standard
- PBKDF2 Key Derivation: 100,000 iterations for password hardening
- Client-Side Only: No data sent to servers
- Random Salt & IV: Unique encryption every time
- Base64 Output: Easy to copy and share
Use Cases
Securely share passwords, encrypt API keys, protect sensitive notes, share confidential information, and store encrypted data in plain text files.
How It Works
Your password is transformed into an encryption key using PBKDF2 with 100,000 iterations. A random salt and initialization vector (IV) ensure that the same text encrypted with the same password produces different ciphertext each time, preventing pattern analysis.