InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not a transposition cipher?(a) rail fence cipher(b) gronsfeld cipher(c) hill cipher(d) route cipherI had been asked this question by my college director while I was bunking the class.The question is from Cryptography in portion Cryptography of Data Structures & Algorithms II |
|
Answer» CORRECT option is (b) gronsfeld cipher The BEST I can explain: Rail fence, HILL and route cipher are examples of transposition cipher. Gronsfeld cipher is a SUBSTITUTION cipher and so is the correct option. |
|