Question
Suppose (KeyGen, Enc, Dec) is an IND-CPA secure symmetric key encryption. We define following new encryption algorithms, are the new schemes still IND-CPA secure? If
Suppose (KeyGen, Enc, Dec) is an IND-CPA secure symmetric key encryption. We define following new encryption algorithms, are the new schemes still IND-CPA secure? If yes, briefly explain why. If you think it insecure, give an explicit attack violating the IND-CPA definition. Recall that the intuition of IND-CPA security means the ciphertext does not leak any non-trivial information about the plaintext.
1) Enc3(k, m) is defined as follows: It runs Enc(k, m) and obtains c0; It runs f on m to obtain c1 = f(m), where f is a one way permutation. The final ciphertext will be (c0, c1)
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