Question:

In the DES algorithm, the round input is 32 bits, which is expanded to 48 bits via:

Show Hint

In DES, bit duplication ensures compatibility with the key size while preserving the original structure of the data.
Updated On: Dec 29, 2024
  • Scaling of the existing bits
  • Duplication of the existing bits
  • Addition of zeros
  • Addition of ones
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

In the DES (Data Encryption Standard) algorithm: - The expansion from 32 bits to 48 bits is achieved by duplicating some of the existing bits based on a predefined expansion table. - The expansion is necessary to match the key size (48 bits) used in the DES round.
Was this answer helpful?
0
0