Lecture 2 - Secret Key Encryption - Block Cipher Modes Flashcards

1
Q

Will the same plaintext always give the same ciphertext

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Electronic Code Book is susceptible to what kind of attack?

A

Replay attack

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

For Cipher Block Chaining (CBC), what is XOR’d with the plaintext?

A

Initialization Vectors (IV)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly