InterviewSolution
Saved Bookmarks
| 1. |
The DES algorithm has a key length of(a) 128 Bits(b) 32 Bits(c) 64 Bits(d) 16 BitsThe question was posed to me in my homework.My question comes from The Data Encryption Standard (DES) and It’s Strength in portion Block Ciphers and the Data Encryption Standard of Cryptograph & Network Security |
|
Answer» RIGHT OPTION is (c) 64 Bits To explain: DES encrypts BLOCKS of 64 bits using a 64 BIT key. |
|