InterviewSolution
Saved Bookmarks
| 1. |
What is common between affine cipher and pigpen cipher.(a) both are mono alphabetic substitution cipher(b) both are poly alphabetic substitution cipher(c) both can be cracked using frequency analysis(d) both are transposition cipherThis question was addressed to me during an online exam.My doubt is from Cryptography in chapter Cryptography of Data Structures & Algorithms II |
|
Answer» The CORRECT option is (C)both can be cracked USING frequency analysis Both affine CIPHER and pigpen cipher can be broken using frequency analysis. Pigpen cipher is an example of a geometric substitution cipher. |
|