Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is DES or 3DES still being used today?

Tags:

des

3des

I've written a DES implementation as an exercice and am now wondering if and where (triple-)DES is used today.

I've read about banking cards using it, but I can't find any reliable source for it.

like image 811
svens Avatar asked Oct 24 '09 21:10

svens


People also ask

Is Triple DES still used?

The Triple Data Encryption Algorithm (TDEA or 3DES) is being officially decommissioned, according to draught guidelines provided by NIST on July 19, 2018. According to the standards, 3DES will be deprecated for all new applications following a period of public deliberation, and its use will be prohibited after 2023.

Is DES still used today?

How is DES used today? As deprecated standards, both the DES and 3DES algorithms and key lengths could still be used. However, users must accept that there is a security risk in using the deprecated algorithm and key length and that the risk will increase over time.

When was DES no longer used?

Data Encryption Standard (DES) Published as the Federal Information Processing Standards (FIPS) 46 standard in 1977, DES was officially withdrawn in 2005.

What replaced 3DES?

The Advanced Encryption Standard (AES) was introduced in 2001 to replace 3DES.


1 Answers

Triple-DES is still in use today but is widely considered a legacy encryption algorithm. DES is inherently insecure, while Triple-DES has much better security characteristics but is still considered problematic.

NIST is the government organization that standardizes on cryptographic algorithms. The most current symmetric-key encryption algorithm NIST standard is AES, the Advanced Encryption Standard. In fact, there were a number of good nominations to be NIST's AES, including the Rijndael algorithm which became AES, as well as Bruce Schneier's Blowfish, the Twofish algorithm, and the Serpent algorithm.

like image 90
yfeldblum Avatar answered Sep 23 '22 04:09

yfeldblum