InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not a poly alphabetic substitution cipher?(a) vigenere cipher(b) one time pad cipher(c) play fair cipher(d) pigpen cipherI had been asked this question in an online interview.I'm obligated to ask this question of Cryptography topic in chapter Cryptography of Data Structures & Algorithms II |
|
Answer» RIGHT choice is (d) pigpen cipher The best I can explain: Pigpen cipher is the only non poly alphabetic SUBSTITUTION cipher out of the GIVEN options. It is an EXAMPLE of GEOMETRIC substitution cipher. |
|