DES Algo.
DES Algo.
At the start of the 1970s, the IBM team created a symmetric-key cipher block
algorithm known as DES (Data Encryption Standard) Algorithm. The term
symmetric key means that the same key is used for encryption & decryption of
plain text or message. The National Institute of Standards and Technology (NIST)
later adopted this algorithm.
The DES algorithm takes the plain text of 64-bit as input & produces a ciphertext
of 64-bit using a key of 56 bits. Initially, a 64-bit key length is used but an 8-bit is
discarded.
The Data Encryption Standard (DES) was discovered vulnerable to powerful
attacks and hence DES has slightly declined in use. The 56 bits key length used in
DES makes it unsafe against cyber attacks like brute force because 56 bits key
length requires 2^56 attempts for an attacker to find the correct key, which is not
enough to protect sensitive data against brute-force attacks with modern
computers.