Text Encryptor/Decryptor
Encrypt text into a short share link and decrypt it on this website.
Token length: 0 characters
Text Encryptor and Decryptor with Shareable Secure Links
Use this text encryptor to turn a private message into a compact encrypted token and share it as a link. The receiver opens the link on Easy Simple Tools, clicks decrypt, and sees the original message in the browser.
- Uses browser Web Crypto AES-GCM with random initialization vectors for each encrypted message.
- Stores the encrypted text in the URL query parameter so messages can be shared without accounts.
- Best for casual private sharing. For high-security secrets, use a password-based or server-key encryption system.
Ad
300x250
Ad
300x250
Advertisement
728x90
Our Tools
Choose from our collection of free online tools designed to make your everyday calculations and conversions easier. Search by name or keyword to find the right tool.
Showing 0 of 69 tools
Advertisement
728x90
Frequently Asked Questions
Have a question? We’ve got answers to the most common questions about using our tools.
How does the shared link work?+
The link contains only encrypted text in the query parameter. The receiver opens this page and clicks decrypt to reveal the message.
Can other websites decrypt it?+
The tool uses a site-specific browser key and token format. In a static site, this is practical website-only decryption, but not the same as a hidden server-side secret.
Why is the encrypted text different each time?+
A fresh random initialization vector is used for every encryption, so the same message produces different encrypted tokens.