InterviewSolution
Saved Bookmarks
| 1. |
Which of the following ciphered text would have used transposition cipher for encryption of the plain text “SANFOUNDRY”?(a) SSCMBNUMERY(b) TBMGPVOESZ(c) UCNHQWPFTA(d) SNONRAFUDYThis question was addressed to me during an interview.I'd like to ask this question from Cryptography topic in section Cryptography of Data Structures & Algorithms II |
|
Answer» CORRECT option is (d) SNONRAFUDY To EXPLAIN: We know that transposition CIPHER ENCRYPTS the plain text by SHUFFLING the letters of the plain text. So out of the given options, only “SNONRAFUDY” has the same set of letters as “SANFOUNDRY”. |
|