InterviewSolution
Saved Bookmarks
| 1. |
What will be the ciphered text corresponding to “ALGORITHM” if trithemius cipher is used for encryption?(a) BNJSWOAPV(b) BMHPSJUIN(c) AMIRVNZOU(d) MBPHJSNIUI have been asked this question by my school principal while I was bunking the class.Question is taken from Cryptography in portion Cryptography of Data Structures & Algorithms II |
|
Answer» CORRECT option is (C) AMIRVNZOU For explanation: Encryption in trithemius cipher takes place exactly as in vigenere cipher if we CONSIDER the key to be ABCDEFGHIJKLMNOPQRSTUVWXYZ. So by using the tabula recta we can find the encrypted TEXT which is “AMIRVNZOU”. |
|