

MCQOPTIONS
Saved Bookmarks
1. |
while (len(temp) < requested_number_of_bits) do V = E(Key, V) temp = temp || V The above algorithm is for the CTR mode. |
A. | True |
B. | False. It is for the ECB mode |
C. | False. It is for the OFB mode |
D. | False. It is for the CFB modeView Answer |
Answer» D. False. It is for the CFB modeView Answer | |