DES / 3DES Encryption
Encrypt and decrypt with DES or Triple DES β for legacy interop only; use AES for new work.
Runs locally in your browser. Your input is not uploaded.
How to Use
- 1
Enter a passphrase
The same passphrase is needed to decrypt.
- 2
Pick algorithm and direction
3DES or DES; encrypt or decrypt.
- 3
Copy the result
Ciphertext is OpenSSL-compatible base64.
Frequently Asked Questions
- No β DES's 56-bit key falls to brute force in hours on modern hardware, and NIST deprecated 3DES in 2023. This tool exists for decrypting legacy data and interoperating with old systems; use AES-256 for anything new.
Related Tools
Password Strength CheckerCheck password strength and crack time estimateAES EncryptionEncrypt and decrypt text with AES-256 in your browserTOTP / 2FA GeneratorGenerate TOTP codes from a secret key (Google Authenticator compatible)SHA-256 GeneratorGenerate SHA-256 hashes from any textMD5 GeneratorGenerate MD5 hashes for checksums and fingerprintingSalt GeneratorGenerate cryptographic salt values for password hashingJWT BuilderBuild and sign JWT tokens with a custom payload and secretXOR CipherEncrypt or decrypt text with a XOR key