Answered step by step
Verified Expert Solution
Question
1 Approved Answer
(4 points) In this problem we will work through a round of DES. For notational simplicity, assume it is the first round. Please enter all
(4 points) In this problem we will work through a round of DES. For notational simplicity, assume it is the first round. Please enter all answers as strings of O's and 1's. The input is the 64 bit block 0000000100000000000000000001010000100000000001000000000000000000 Suppose that the subkey for the current round is this 48 bit number: 010000000000000000000000000000000000000000000000 What does the 64 bit state look like after the IP transformation is applied to the input? Now find Lo and Ro, the left and right halves of the state. Lo = RO = What is the result of applying the expansion box to R,? E(R) = What is the result of XORing the subkey with E(R)? ko E(R) = We now apply the S-box transformation. S(ko e E(R) = Finally we apply the permutation box to complete the function f
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started