DES, Data Encryption Standard, an old block cipher algorithm developed by IBM in 1977 and standardized by NIST. Considered insecure by modern standards due to its 56-bit effective key length.
Technical Specifications
- Key Length:
- 64 bit (8 byte) - Effective 56 bit security
- Block Size:
- 64 bit (8 byte)
- Rounds:
- 16 rounds
- Security Status:
- Insecure - Deprecated in 2005
Usage Areas
- Legacy financial systems and POS terminals
- Legacy systems requiring backward compatibility
- For historical reference purposes
Features
- First widespread cryptographic standard: Was industry standard for a long time
- Simple structure: Easy to understand and implement
- Feistel network structure: Classic block cipher architecture
Standards and References
- FIPS PUB 46 (artık geçersiz)
- ANSI X3.92 (artık geçersiz)
⚠️ Important Warnings
- NIST tarafından 2005 yılında deprecated (kullanımdan kaldırıldı) olarak işaretlenmiştir
- 56-bit anahtar çok kısa: Modern bilgisayarlarla brute-force saldırılarına açıktır
- 1998 yılında EFF tarafından 22 saatte kırıldı
- Modern uygulamalarda kesinlikle kullanılmamalıdır
- AES (Advanced Encryption Standard) kullanılmalıdır
- 3DES bile DES'ten daha güvenlidir ancak o da deprecated