Question: Problem 3 : AE Practice [ 2 0 points ] . For this problem, assume that the cipher ( Enc , Dec ) provides authenticated

Problem 3: AE Practice [20 points]. For this problem, assume that the cipher (Enc,Dec) provides authenticated encryption, that (EncCPA,DecCPA) provides CPA security, and that H is a collision resistant hash function. For each proposed cipher, state whether it provides AE, provides CPA security only, or provides neither AE nor CPA security. In each case, provide an attack on AE/CPA security and/or a proof sketch (in at most a few sentences each). Note that if you say a cipher provides CPA security, you will need to both showanattackonAE(ciphertext integrity) and a proof sketch for CPA security. (a) Enc(k,m):=(Enc(k,m),Enc(k,m)) Dec(k,(c1,c2)) := Dec(k,c1) if Dec(k,c1)=Dec(k,c2); otherwise(b) Enc(k,m):=c Enc(k,m);Output(c,c) Dec(k,(c1,c2)) := Dec(k,c1) if c1=c2; otherwise (c) Enc(k,m):=(EncCPA(k,m),H(m)) Dec(k,(c1,c2)) := DecCPA(k,c1) if H(DecCPA(k,c1))=c2; otherwise (d) Enc(k,m):=c EncCPA(k,m);Output(c,H(c)) Dec(k,(c1,c2)) := DecCPA(k,c1) if H(c1)=c2; otherwise

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!