← Back
Online Toolbox
DES Encrypt / Decrypt
CryptoJS compatible, supports DES/3DES, CBC/ECB modes, passphrase and key methods
Plaintext / Ciphertext
Algorithm:
DES
TripleDES
Mode:
CBC
ECB
Padding:
PKCS7
ZeroPadding
NoPadding
Output:
Base64
Hex
Key Method
Passphrase Mode
Key Mode
Passphrase
Random
Passphrase derives key and IV via OpenSSL EVP_BytesToKey(MD5), compatible with CryptoJS default behavior
Key — Hex
Random
To Hex
IV — Hex (CBC mode)
Random
Encrypt
Decrypt
Clear
Uses CryptoJS library, processed locally, data is not uploaded to server