๐ Text Encrypt & Decrypt
AES-256-GCM encryption powered by the Web Crypto API. Everything runs in your browser โ your text and password never leave your device.
Drop your file here, or click to browse
Your file is read locally โ nothing is uploaded to any server
Supports: .txt, .csv, .log, .md, .html, .json, .xml, .rtfExtract Text from PDF
Select a PDF file โ text will be extracted locally using pdf.js
Result
How it works: Your text is encrypted using AES-256-GCM with a key derived from your password via PBKDF2 (100,000 iterations). A random salt and IV are generated for each encryption. Everything happens in your browser โ nothing is sent to any server.
Rate & Review
Your Rating
โ
โ
โ
โ
โ
Rating this tool: Text Encrypt & Decrypt
0/500
Other Free Text Tools
Word & Character Counter
Use Tool โCase Converter
Use Tool โLorem Ipsum Generator
Use Tool โText Diff / Compare
Use Tool โFind & Replace
Use Tool โText Cleaner & Formatter
Use Tool โBulk Text Editor
Use Tool โRegex Tester
Use Tool โText to Speech
Use Tool โText to Slug Generator
Use Tool โBulk File Rename
Use Tool โFile Extension Changer
Use Tool โCSV Column Editor
Use Tool โText File Splitter
Use Tool โText File Merger
Use Tool โText Encrypt & Decrypt FAQ
What encryption algorithm is used?
โผ
AES-256-GCM — the gold standard for symmetric encryption. Keys are derived from your password using PBKDF2 with 100,000 iterations.
Is my password sent to any server?
โผ
Absolutely not. Everything happens in your browser via the Web Crypto API. Your password and text never leave your device.
What if I forget my password?
โผ
There is no password recovery. The encryption is real — without the exact password, the text cannot be decrypted.
Can I share encrypted text safely?
โผ
Yes, copy the encrypted output and share it through any channel. Only someone with the password can decrypt it.