Which of the following statements are truei) In the CBC mode, the plaintext block is XORed with previous ciphertext block before encryptionii) The CTR mode does not require an Initialization Vectoriii) The last block in the CBC mode uses an Initialization Vectoriv) In CBC mode repetitions in plaintext do not show up in ciphertext

🎲 Try a Random Question  |  Total Questions in Quiz: 47  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Cryptography Practice Test: Advanced Encryption Algorithm and Block Cipher Operation — practice the complete quiz, review flashcards, or try a random question.

Advanced Encryption Algorithm and Block Cipher Operation topics are: AES algorithms, DES operation modes and triple DES methods.   The Advanced Encryption Standard (AES) is a symmetric block cipher algorithm that encrypts data using keys of 128, 192, and 256 bits. It is also known as the Rijndael algorithm.  AES has six modes of operation: ECB (Electronic Code Book) CBC (Cipher Block Chaining) CFB (Cipher FeedBack) OFB (Output FeedBack) CTR (Counter) GCM (Galois/Counter Mode)  AES is considered a secure encryption algorithm because of its large key sizes. The larger the key, the... Show more

Which of the following statements are true<br />i) In the CBC mode, the plaintext block is XORed with previous ciphertext block before encryption<br />ii) The CTR mode does not require an Initialization Vector<br />iii) The last block in the CBC mode uses an Initialization Vector<br />iv) In CBC mode repetitions in plaintext do not show up in ciphertext