InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is a type of transposition cipher?(a) Rail Fence cipher(b) Hill cipher(c) Rotor cipher(d) One time padI have been asked this question in an online quiz.My doubt stems from Cryptography in chapter Cryptography of Data Structures & Algorithms II |
|
Answer» RIGHT option is (a) RAIL Fence cipher Explanation: In transposition cipher the letters of the given message are shuffled in a PARTICULAR order, fixed by a given RULE. Two TYPES of transposition cipher are – Rail fence cipher and Columnar transposition cipher. |
|