Text Encrypt / Decrypt
Encrypt and decrypt text with a password using strong AES-256-GCM encryption.
About Text Encrypt / Decrypt
Protect sensitive text with strong, industry-standard AES-256-GCM encryption. Enter your message and a password to produce an encrypted blob you can safely share; the recipient decrypts it with the same password. The key is derived using PBKDF2 with 200,000 iterations, and everything runs in your browser — your text and password never leave your device.
How to use
- 1
Choose Encrypt or Decrypt.
- 2
Enter your text (or paste the encrypted blob).
- 3
Type the shared password.
- 4
Click the button, then copy the result to share or read.
Tip: All processing is performed locally in your browser with zero loss in quality and no upload limits.
Frequently Asked Questions
More Security Tools You Might Like
Password Generator
Generate strong, random passwords with full control over length and character types.
Password Strength Checker
Check how strong a password is, with an entropy score and estimated crack time.
Random Token Generator
Generate cryptographically secure random tokens — hex, Base64, alphanumeric or UUID.