ExamGecko
Question list
Search
Search

Related questions











Question 124 - 212-81 discussion

Report
Export

With Cipher-block chaining (CBC) what happens?

A.
The block cipher is turned into a stream cipher
Answers
A.
The block cipher is turned into a stream cipher
B.
The message is divided into blocks and each block is encrypted separately. This is the most basic mode for symmetric encryption
Answers
B.
The message is divided into blocks and each block is encrypted separately. This is the most basic mode for symmetric encryption
C.
Each block of plaintext is XORed with the previous ciphertext block before being encrypted
Answers
C.
Each block of plaintext is XORed with the previous ciphertext block before being encrypted
D.
The cipher text from the current round is XORed with the plaintext for the next round
Answers
D.
The cipher text from the current round is XORed with the plaintext for the next round
Suggested answer: C

Explanation:

Each block of plaintext is XORed with the previous ciphertext block before being encrypted

https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#Cipher_block_chaining_(CBC)

In CBC mode, each block of plaintext is XORed with the previous ciphertext block before being encrypted. This way, each ciphertext block depends on all plaintext blocks processed up to that point. To make each message unique, an initialization vector must be used in the first block.

asked 18/09/2024
Casie Clements
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first