Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In this question I introduce a new mode of operation for an n-bit block cipher Enc with secret key k. Let x1, x2, . .

In this question I introduce a new mode of operation for an n-bit block cipher Enc with secret key k.
Let x1, x2, . . . be the blocks of n bits to be encrypted. The process starts by choosing a random n-bit value IV .
Then compute c1 = Enck(IV ⊕ x1) and, for i = 2, 3, . . . , to compute
ci = Enck(xi−1 ⊕ xi).
I call this mode of operation CRAP-mode.
(a) Explain how to decrypt a ciphertext (IV, c1, c2, . . . , ct) in CRAP-mode.
(b) Can encryption be parallelised? Can decryption be parallelised?
(c) Let δ ∈ {0, 1}n. Show that if (IV, c1, c2) is an encryption of (x1, x2) in CRAP-mode, then (IV ⊕δ, c1, c2)
is an encryption of (x1 ⊕ δ, x2 ⊕ δ).

Step by Step Solution

3.48 Rating (164 Votes )

There are 3 Steps involved in it

Step: 1

Solution If IV c1 c2 is an encryption of x1 x2 in CRAPmode then I... 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

A First Course In Probability

Authors: Sheldon Ross

9th Edition

978-9332519077, 9332519072

More Books

Students also viewed these Databases questions

Question

Show that if 2n 1 is prime, then n is prime.

Answered: 1 week ago