Question
Cryptography Question from Katz and Lindell book Introduction to Modern Cryptography In this problem we consider definitions of perfect secrecy for the encryption of two
Cryptography Question from Katz and Lindell book Introduction to Modern Cryptography
In this problem we consider definitions of perfect secrecy for the encryption of two messages (using the same key). Here we consider distributions over pairs of messages from the message space M; we let M1, M2 be random variables denoting he first and second message, respectively. We generate a (single) key k, sample messages (m1, m2) according to the given distribution, and then compute ciphertexts c1 <-- Enck(m1) and c2 <-- Enck(m2); this induces a distribution over pairs of ciphertexts and we let C1, C2 be the corresponding random variables.
(a)
Say encryption scheme (Gen, Enc, Dec) is perfectly secret for two messages if for all distributions over M x M, all m1, m2 M, and all ciphertexts c1, c2 C with Pr[C1=c1 C2=c2] > 0: Pr[M1=m1 M2=m2 | C1=c1 C2=c2] = Pr[M=m1 M2=m2]. Prove that no encryption scheme can satisfy this definition.
Hint: Take m1=/=m2 but c1=c2
(b)
Say encryption scheme E=(Gen, Enc, Dec) is perfectly secret for two distinct messages if for all distributions over M x M where the first and second messages are guaranteed to be different (i.e., distributions over pairs of distinct messages), all m1,m2 M, and all c1, c2 C with Pr[C1= c1 C2=c2] > 0: Pr[M1=m1 M2=m2| C1= c1 C2=c2] = Pr[M1=m1 M2=m2]. Show an encryption scheme that provably satisfies this definition.
Hint: The encryptions scheme you propose need not be efficient, though an efficient solution is possible.
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