Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PLEASE DON'T COPY THE PREVIOUS ANSWER (4 points) In this problem we will work through a round of DES. For notational simplicity, assume it is

image text in transcribed

PLEASE DON'T COPY THE PREVIOUS 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 answers as strings of O's and 1's. The input is the 64 bit block 0000000010001000000000000000000000000000000000000000010100000000 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? 0000000010001000000000000000000 0000000000000000001010 Now find Lo and Ro, the left and right halves of the state. Lo = 0000000010000000 R = 00000001000011010000 What is the result of applying the expansion box to Ro? E(Ro) = 0000000000101000000000010110101000000000000 What is the result of XORing the subkey with E(RO)? ki E(RO) = 0000000000101000000000010110101000000000000 We now apply the S-box transformation. S(ki E(R) = 00101100010011100000010000100 Finally we apply the permutation box to complete the function f. f(Ro) = P(S(k, E(R))) = 00000000010010110001111001111 We can now compute the state of DES going into the next round. L1 = 00000001000011010000 R = 0000000001001011000101100111

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Reliability Engineering Designing And Operating Resilient Database Systems

Authors: Laine Campbell, Charity Majors

1st Edition

978-1491925942

More Books

Students also viewed these Databases questions

Question

Question What is a secular trust?

Answered: 1 week ago