Encrypt/Decrypt Text
Secure your text with AES, TripleDES, Rabbit or RC4 encryption algorithms
Input
Output
How to use this tool:
- Select whether you want to encrypt or decrypt your text
- Choose an encryption algorithm (AES is recommended for most cases)
- Enter a strong secret key (remember this for decryption!)
- Enter your text in the input field
- Click Process to encrypt/decrypt
- Copy the result from the output field
About the Algorithms:
- AES - Industry standard, very secure (128/192/256-bit keys)
- TripleDES - Older standard, applies DES three times (168-bit key)
- Rabbit - Fast stream cipher (128-bit key)
- RC4 - Simple stream cipher (40-2048-bit keys, considered weak)
Security Notes:
- All encryption/decryption happens locally in your browser
- We never send your data to our servers
- Use strong, random keys for best security
- For AES, keys should be 16, 24, or 32 characters long
- Without the correct key, decryption is impossible
Your data never leaves your browser - all processing happens locally for maximum security