InterviewSolution
Saved Bookmarks
| 1. |
What will be the ciphered text if the string “SANFOUNDRY” is given as input to the code of playfair cipher with keyword as “SECRET” (assuming j is combined with i)?(a) ZHQAPNPAFR(b) AHQAPNPAFR(c) HAQAPNPAFR(d) QHAAPNPAFRThe question was asked in unit test.My question comes from Cryptography topic in division Cryptography of Data Structures & Algorithms II |
|
Answer» Correct option is (b) AHQAPNPAFR |
|