Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This problem provides a numerical example of encryption using a one-round version of DES. We start with the same bit pattern for the key K

This problem provides a numerical example of encryption using a one-round version of DES. We start with the same bit pattern for the key K and the plaintext, namely:

Binary notation: 1000 1001 1010 1011 1101 1100 1111 1110 0000 0001 0010 0011 0100 0101 0110 0111

a. Derive K1 , the first-round subkey.

(i). show the result after permutation 1.

(ii). Based on the result of a.(i)., show the result after leftshift.

(iii). Based on the result of a.(ii)., show the result after the permutation 2.

b. Derive L0, R0. (L0, R0 are obtained after initial permutation)

c. Expand R0 to get E[R0], where E[] is the expansion function.

d. Calculate A=E[R0]K1.

e. Group the 48-bit result of (d) into eight sets of 6 bits and conduct the substitutions with S-Box.

f. Lets use letter B to present the result obtain from step e. Apply the permutation function on B to get P(B).

g. Calculate R1=PBL0.

h. Do the 32 bit swap. (i.e. L1||R1 --> R1||L1)

i. Apply the inverse initial permutation on the results we got from h. That output is the ciphertext of one round version of DES.

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

SQL Server T-SQL Recipes

Authors: David Dye, Jason Brimhall

4th Edition

1484200616, 9781484200612

More Books

Students also viewed these Databases questions

Question

How would you deal with missing data?

Answered: 1 week ago

Question

Draw a breakeven chart to illustrate a drop in labor costs.

Answered: 1 week ago

Question

What does this public think about this issue?

Answered: 1 week ago

Question

ABC distributors is a regular supplier

Answered: 1 week ago

Question

3. How would you address the problems that make up the situation?

Answered: 1 week ago