InterviewSolution
Saved Bookmarks
| 1. |
What will be the plain text corresponding to cipher text “XKS” if the bifid cipher is used with key as “KEY” and period as 5?(a) IND(b) USA(c) RSA(d) AUSThis question was posed to me in an online quiz.This question is from Cryptography topic in section Cryptography of Data Structures & Algorithms II |
|
Answer» RIGHT answer is (b) USA Best explanation: The decryption in BIFID cipher BEGINS identically to encryption. Then we find the corresponding COORDINATES and then we GET the plain text. So the plain text is “USA”. |
|