InterviewSolution
Saved Bookmarks
| 1. |
Which of the following ciphers are created by shuffling the letters of a word?(a) playfair cipher(b) route cipher(c) vigenere cipher(d) hill cipherI had been asked this question in a job interview.My doubt is from Cryptography in portion Cryptography of Data Structures & Algorithms II |
|
Answer» CORRECT choice is (b) route cipher The best I can EXPLAIN: In transposition cipher the LETTERS of the given data are shuffled in a particular ORDER, FIXED by a given rule. Route cipher is the only transposition cipher out of the given options. |
|