Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Q6: A blockcipher normally can be considered as a pseudorandom permutation, i.e. E:Xx{0,1}128 {0,1}128, where K is the key space. When encrypting a picture m,
Q6: A blockcipher normally can be considered as a pseudorandom permutation, i.e. E:Xx{0,1}128 {0,1}128, where K is the key space. When encrypting a picture m, say with n = 105 blocks (each with 128 bits, total about 1.5 megabytes), and we use an ECB mode, i.e., ci = E(k, mi), ..., Cn = E(k, mn). It is very common that the picture has many identical blocks, e.g., m = m2 = ...,= mk, explain why ECB mode will reveal this pattern? and how about other mode, such as counter mode? A counter mode encryption generates ciphertext as c = E(k, 1) @m1, C2 = E(k, 2) Om2, ..., Cn = E(k, n) Omn and here 1, 2, 3, ..., n are all treated as a 128-bit binary string, assuming n
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