in Computer Networks recategorized by
4,537 views
2 votes
2 votes

How many distinct stages are there in $DES$ algorithm, which is parameterized by a $56$-bit key ?

  1. $16$
  2. $17$
  3. $18$
  4. $19$
in Computer Networks recategorized by
4.5k views

3 Answers

3 votes
3 votes
DES(Data Encryption Standard) algorithm which is parameterized by a 56 bit key has 19 distinct stages including 16 rounds or repetition so ans is D

2 Comments

Please explain how to solve this
0
0
The answer should be A.16 since, first, one before last and the last are just transpositions of bits and independent of keys.
0
0
1 vote
1 vote
19 stages
by

1 comment

Why 19 stages? I know about 16 of them only
0
0
0 votes
0 votes

In DES, plain text (here, password) is encrypted in block of 64 bits, yielding 64 bits of cipher text. The algorithm which is parameterized by 56 bit key has 19 distinct stages.

Answer:

Related questions