InterviewSolution
Saved Bookmarks
| 1. |
What is cipher-block chaining?(a) Data is logically ‘ANDed’ with previous block(b) Data is logically ‘ORed’ with previous block(c) Data is logically ‘XORed’ with previous block(d) None of the mentionedI have been asked this question in final exam.I would like to ask this question from Security in portion Security of Operating System |
|
Answer» The correct CHOICE is (c) Data is logically ‘XORED’ with PREVIOUS block |
|