InterviewSolution
Saved Bookmarks
| 1. |
Pigpen cipher is not susceptible to frequency analysis.(a) True(b) FalseThis question was addressed to me in an online quiz.The query is from Cryptography in division Cryptography of Data Structures & Algorithms II |
|
Answer» RIGHT CHOICE is (b) False Best explanation: Pigpen cipher is a very weak cipher as it just replaces LETTERS with CORRESPONDING SYMBOLS. It can be easily broken using frequency analysis. |
|