InterviewSolution
Saved Bookmarks
| 1. |
What will be the plain text corresponding to ciphered text “|__|>” if pigpen cipher is used for encryption?(a) cat(b) hat(c) dog(d) ratThis question was addressed to me during an internship interview.I want to ask this question from Cryptography in division Cryptography of Data Structures & Algorithms II |
|
Answer» CORRECT answer is (a) cat For explanation: Pigpen CIPHER replaces letters of the plain text with corresponding SYMBOLS. So by using the grid we can REPLACE these symbols by their corresponding letters which are “cat” here. |
|