Text Encryption

Encrypt and decrypt text with AES-256-GCM β€” right in your browser. No server, no tracking.

🔒 100% client-side
Text Encryption
How It Works
Tips

About Text Encryption

Text Encryption lets you encrypt and decrypt text using AES-256-GCM β€” the same algorithm used by governments and security professionals worldwide β€” directly in your browser. Enter a message and a passphrase, and the tool derives a strong encryption key using PBKDF2 with 100,000 iterations and a random salt. The encrypted output is a single Base64 string you can safely share or store. To decrypt, paste the encrypted string back with the same passphrase. Built entirely on the Web Crypto API β€” no libraries, no servers, no data ever leaves your device. 100% client-side, zero tracking.