Text Encryptor / Decryptor
Encrypt a message with a passphrase, share the result, and let the receiver paste it back to decrypt. AES-256-GCM, all in your browser.
Encrypted in your browser. Anyone you share this with needs the passphrase.
How it works
- Your passphrase is stretched with PBKDF2 (200,000 iterations, SHA-256) into an AES-256 key.
- Encryption uses AES-GCM with a per-message random nonce — same plaintext produces a different ciphertext every time.
- Output is URL-safe base64, ready to paste into chat, email, or a URL.
- Nothing leaves your browser. We never see, log, or store your message or passphrase.
Text Encryptor
Text Encryptor is a free, client-side tool designed to help developers with encrypt and decrypt messages with a passphrase. aes-256-gcm under the hood..
How to Use
- Input your data into the primary editor or upload a file.
- Adjust any necessary configuration options.
- View the output in real-time or click the action button to process.
- Copy or download the results securely.
Privacy First
All processing happens directly in your browser. We never send your sensitive data to our servers.
Frequently asked
Related Tools
AES Encrypt / Decrypt
AES-256-GCM encryption with PBKDF2 — runs entirely in your browser.
Password Generator
Generate cryptographically strong passwords with entropy analysis.
Regex Tester
Test regular expressions with live highlighting and match details.
JWT Encoder / Decoder
Decode and inspect JSON Web Tokens with claim analysis.
Hash Generator
Compute MD5, SHA-1, SHA-256, SHA-512 hashes and HMAC signatures for text and files.
Data Masker & Anonymizer
Anonymize PII, API keys, Salesforce IDs, JWT tokens, and more with configurable masking profiles.