InterviewSolution
Saved Bookmarks
| 1. |
Combining transposition cipher with substitution cipher improves its strength?(a) true(b) falseI have been asked this question in an online quiz.I need to ask this question from Cryptography topic in portion Cryptography of Data Structures & Algorithms II |
|
Answer» RIGHT answer is (a) true For explanation: COMBINING transposition cipher with substitution cipher helps in overcoming its weaknesses. But it CAUSES the cipher to become more laborious to decode and it BECOMES more prone to errors. |
|