F
(Choose 1 answer)
Which of the followings describe the 2nd block encryption output (C2) of OFB mode? The fol given: E (an encryption cipher function), K (the key). C1 (the cipher output from the 1st block (the plaintext for the 2nd block), P1 (the plaintext for the 1st block), and XOR (and exclusive-example, XOR(x,y) indicate the bit-by-bit XOR between the two bit vectors x and y, and E(K,encryption output when using the key K and the plaintext P1
A. C2 = XOR(E(C1),K)
B. C2 = E(K,XOR(C1,P1))
C. C2 XOR(P2,E(K,XOR(C1,P2)))
D. C2 = E(K,XOR(C1,P2))
E. C2 XOR(P2, E (K,XOR(C1,P1)))
F. C2 XOR(P1,E (K,XOR (C1,P1)))
E50