← All tools
// Security

DES / Triple DES Encrypt & Decrypt online

DES and 3DES encryption and decryption — for testing legacy systems — runs in your browser

Chunky Munster mascot
by
CHUNKY
MUNSTER
// Encrypted Output
Output will appear here...
// WARNING: DES is cryptographically broken. Triple DES is deprecated. Use AES-256 for any new application. This tool is provided for testing and learning about legacy systems only.

DES (Data Encryption Standard) was the US federal encryption standard from 1977 until it was broken by brute-force attacks in 1999. Triple DES (3DES/TDEA) was the successor, applying DES three times to improve security, but it too has been deprecated by NIST as of 2023. This tool lets you encrypt and decrypt data using DES/3DES for testing legacy systems, academic study, or compatibility work.

DES vs Triple DES vs AES

Frequently Asked Questions

When was DES cracked?

DES was first cracked in 1997 in a distributed computing challenge and cracked in 22 hours using specialised hardware (Deep Crack) in 1999. It is no longer considered secure by any standard.

Why is Triple DES slow?

3DES applies DES three times to each block, making it three times slower than DES and about 6 times slower than AES for equivalent key sizes. AES was specifically designed for hardware efficiency and outperforms 3DES in every aspect.