Text Encrypt & Decrypt
Encrypt and decrypt text securely using AES-GCM encryption. All processing happens client-side in your browser β your data never leaves your device.
About This Tool
- Uses AES-GCM (256-bit) encryption via the Web Crypto API
- 100% client-side β your data never leaves your browser
- Password is used to derive a secure key via PBKDF2 with 100,000 iterations
- Completely free, no registration, no limits
Frequently Asked Questions
Text encryption converts readable text into an unreadable format using a password and cryptographic algorithm. Only someone with the correct password can decrypt and read the original text.
VUREX uses AES-GCM (Advanced Encryption Standard β Galois/Counter Mode) with 256-bit keys. This is a military-grade encryption standard used worldwide for secure communications.
The encrypted text cannot be recovered without the correct password. There is no backdoor or reset option. Make sure to remember or securely store your password.
Yes, completely free with no registration. All encryption and decryption happens in your browser using the Web Crypto API β no data is ever sent to any server.