We use cookies.This website uses essential cookies to operate core features. With your consent, we also use analytics cookies to understand traffic and improve the service. For more details, see our .
If this tool helped you, you can buy us a coffee ☕
Perform DES encryption and decryption online. Supports Text, Hex, and Base64 formats.
Please enter content and click Encrypt/Decrypt.
When you need to quickly process sensitive data but lack professional encryption software, this tool provides instant encryption and decryption capabilities based on the DES algorithm. DES (Data Encryption Standard) is a symmetric-key algorithm that uses a 56-bit effective key to encrypt or decrypt 64-bit data blocks. The tool directly outputs ciphertext in Base64/Hex format or the decrypted original text.
Encryption and decryption must use the exact same key and mode. The IV for CBC mode must be kept intact. Text is encoded in UTF-8 by default. Please do not use this tool to process highly sensitive data.
For testing, you can use the example key "01234567" to encrypt the text "Hello" in CBC mode (with the IV set to "00000000") and observe the changes in the Base64 output. In real-world applications, always use a cryptographically secure random key generator.

Vigenère Cipher Encoder & Decoder
Encrypt or decrypt text using the classic polyalphabetic substitution algorithm. Ideal for cryptography learning and testing.

Random Number Generator
Generate random integers or decimals within a specified range, featuring duplicate removal, sorting, and formatted output.

Random Password Generator
Customize character types and length to generate strong random passwords and secure your accounts.

TripleDES Encrypt & Decrypt
Provides TripleDES encryption and decryption features, supporting common modes like CBC/ECB and PKCS padding to protect sensitive data.

Vigenère Cipher Encoder & Decoder
Encrypt or decrypt text using the classic polyalphabetic substitution algorithm. Ideal for cryptography learning and testing.

Random Number Generator
Generate random integers or decimals within a specified range, featuring duplicate removal, sorting, and formatted output.

Random Password Generator
Customize character types and length to generate strong random passwords and secure your accounts.

TripleDES Encrypt & Decrypt
Provides TripleDES encryption and decryption features, supporting common modes like CBC/ECB and PKCS padding to protect sensitive data.

Caesar Cipher Encoder & Decoder
Free online Caesar cipher encryption and decryption tool. Supports custom alphabets and shift offsets. Ideal for cryptography learning and fun.