InterviewSolution
Saved Bookmarks
| 1. |
What is poly graphic substitution cipher?(a) a substitution based cipher which uses multiple substitutions at different positions(b) a substitution based cipher which uses fixed substitution over entire plain text(c) a substitution based cipher in which substitution is performed over a block of letters(d) a transposition based cipher which uses fixed substitution over entire plain textI had been asked this question in an interview for job.The query is from Cryptography in section Cryptography of Data Structures & Algorithms II |
|
Answer» The CORRECT choice is (C) a substitution based cipher in which substitution is performed over a block of letters |
|