๐Ÿ” 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, .rtf
๐Ÿ“„

Extract 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

Share This Tool

Twitter Facebook WhatsApp LinkedIn Reddit

Other Free Text Tools

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.