Lecture 2 - Secret Key Encryption - Block Cipher Modes Flashcards
1
Q
Will the same plaintext always give the same ciphertext
A
Yes
2
Q
What is cipher block chaining
A
In a cipher block chaining process, data is encrypted in specific blocks, and each block is dependent on the blocks before it for decryption
3
Q
Electronic Code Book is susceptible to what kind of attack?
A
Replay attack
4
Q
For Cipher Block Chaining (CBC), what is XOR’d with the plaintext?
A
Initialization Vectors (IV)