SHARE
SPREAD
HELP

The Tradition of Sharing

Help your friends and juniors by posting answers to the questions that you know. Also post questions that are not available.


To start with, Sr2Jr’s first step is to reduce the expenses related to education. To achieve this goal Sr2Jr organized the textbook’s question and answers. Sr2Jr is community based and need your support to fill the question and answers. The question and answers posted will be available free of cost to all.

 

#
Authors:
James F. Kurose, Keith W. Ross
Chapter:
Security In Computer Networks
Exercise:
Problems
Question:6 | ISBN:9780132856201 | Edition: 6

Question

Consider the 3-bit block cipher in Table 8.1. Suppose the plaintext is 100100100.

(a) Initially assume that CBC is not used. What is the resulting ciphertext?

(b) Suppose Trudy sniffs the ciphertext. Assuming she knows that a 3-bit block cipher without CBC is being employed (but doesn’t know the specific cipher), what can she surmise?

(c) Now suppose that CBC is used with IV = 111. What is the resulting ciphertext?

TextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbook

Answer

(a) Consider the 3-bit block cipher in Table 8.1 from the text book. Suppose the plaintext is 100100100.

Convert 3-bit (three-three bits) block cipher is 100 100 100.

  • Initially assume that CBC is not used.
  • Change each three-bit input with the output 3-bit cipher as specified in the table 8.1 from the text book. Then the output for input plaintext 100 is 011.

So, the resulting cipher text is 011 011 011.

b) Suppose she knows that a 3-bit block cipher without CBC is being employed (but doesn’t know the specific cipher), then guess that the same as the three plaintext block.

c)

 

0 0

Discussions

Post the discussion to improve the above solution.