Text Encryption/Decryption

AES-256 encryption right in your browser. Nothing leaves your device.

Ad
Ctrl+Enter
Ad

Frequently Asked Questions

What encryption algorithm does this tool use? +
This tool uses AES-256-GCM (Advanced Encryption Standard with 256-bit keys in Galois/Counter Mode) via the Web Crypto API. This is the same encryption standard used by governments and financial institutions worldwide.
Is my data sent to any server? +
No. All encryption and decryption happens entirely in your browser using the Web Crypto API. Your text and password never leave your device. You can verify this by using the tool offline after the page loads.
What happens if I forget my password? +
There is no way to recover encrypted text without the correct password. AES-256 encryption is designed to be unbreakable without the key. Make sure to remember or securely store your password.
How secure is AES-256 encryption? +
AES-256 is considered virtually unbreakable with current technology. It would take billions of years for the fastest supercomputers to crack a single AES-256 key through brute force. It is approved for top-secret government information.
Can I share encrypted text with someone else? +
Yes. Copy the encrypted output and share it through any channel (email, chat, etc). The recipient can paste it into this tool's decrypt mode along with the password you shared with them separately to read the original message.
Ad