answersLogoWhite

0


Best Answer

The total key length for single DES is 56 bits. At the time, it was felt that was adequate so that someone could not easily guess what the key was. With automated approaches that has been shown to be too weak for good cryptoanalysis.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why 48 bit key is USED in des algorithm?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How 56 bit key is converted to 48 bit key in des algorithm?

16 (48-bit) subkey are derived from the main key using key schedule.


Which algorithm has the smallest key space?

DES Data Encryption Standard 56 bit


What are the difference between DES and RSA algorithm?

DES is a symmetric cryptographic algorithm, while RSA is an asymmetric (or public key) cryptographic algorithm. Encryption and decryption is done with a single key in DES, while you use separate keys (public and private keys) in RSA. DES uses 56-bit keys for encryption while RSA uses 2600-bits of KEY


What performs three rounds of encryption using three different 56-bit keys giving an effective key length of 168 bits?

It sounds like you are describing Triple DES.The Triple-DES variant of DES (Data Encryption Standard) was developed after it became clear that DES by itself was too easy to crack. It uses three 56-bit DES keys, giving a total key length of 168 bits. Encryption using Triple-DES is simplyencryption using DES with the first 56-bit keydecryption using DES with the second 56-bit keyencryption using DES with the third 56-bit keyIn practice, Triple DES is sometimes executed using just two keys, with the 1st key being reused in step 3, i.e. 3rd key = 1st key.Decryption is done in the reverse of encryption.decryption using DES with the third 56-bit keyencryption using DES with the second 56-bit keydecryption using DES with the first 56-bit keyA couple notes here:The effective security of TripleDES is equivalent to 112-bit key (two 56-bit keys), rather than a 168-bit key. The algorithm has certain redundancies which weaken the overall strength, so use of three keys yields only the one more key's worth of strength, not the expected 3-keys.The common usage of reusing the 1st key as the 3rd key is proven to weaken TripleDES significantly to modern attacks. In fact, it reduces the strength of the algorithm back down to no stronger than ordinary 1-key DES. DON'T DO IT.Also, be careful when you say "rounds". This is different that you think. DES itself has multiple rounds of work in its implementation. That is, for DES, you don't just take the key and the plaintext, and perform some one operation on it. Rather, multiple rounds of operations are done, each using the preceding's output as its input. I mention this, because the term "round" has a specific meaning in the world of cryptography, which is different than the layman's usage.


Which key is often used to securely distribute symmetric algorithm keys?

Session key


What kind of algorithm is Saville?

A Saville algorithm is a classified NSA (National Security Agency) Type 1 encryption algorithm. Due to the nature of this algorithm little is known publicly, however some military documentation and personal have stated that it has a 128 bit key.


Why the DES is currently considered insecure?

DES is now considered to be insecure for many applications. This is chiefly due to the 56-bit key size being too small; in January, 1999, distributed.net and the Electronic Frontier Foundation collaborated to publicly break a DES key in 22 hours and 15 minutes (see chronology). There are also some analytical results which demonstrate theoretical weaknesses in the cipher, although they are infeasible to mount in practice. The algorithm is believed to be practically secure in the form of Triple DES, although there are theoretical attacks. In recent years, the cipher has been superseded by the Advanced Encryption Standard (AES). Furthermore, DES has been withdrawn as a standard by the National Institute of Standards and Technology (formerly the National Bureau of Standards).In some documentation, a distinction is made between DES as a standard and DES the algorithm which is referred to as the DEA (the Data Encryption Algorithm). When spoken, "DES" is either spelled out as an abbreviation (/ˌdiːˌiːˈɛs/), or pronounced as a one-syllable acronym (/ˈdɛz/).


Is knapsack algorithm is a public key encryption algorithm?

yes


Which encryption algorithm is commonly used as a public key cipher?

Type your answer here... RSA


What is the best public-key cryptography algorithm and why?

RSA (Rivest, Shamir, and Adelman) is the best public key algorithm.


What are the most common factors used when determining the strength of an algorithm?

key length and work force


What is the difference between AES and RSA?

AES is a symmetric cryptographic algorithm, while RSA is an asymmetric (or public key) cryptographic algorithm. Encryption and decryption is done with a single key in AES, while you use separate keys (public and private keys) in RSA. The strength of a 128-bit AES key is roughly equivalent to 2600-bits RSA key.