InterviewSolution
Saved Bookmarks
| 1. |
Affine cipher is less secure than caesar cipher.(a) true(b) falseI got this question during an interview.My question is taken from Cryptography topic in portion Cryptography of Data Structures & Algorithms II |
|
Answer» RIGHT choice is (b) false Easiest explanation - Affine cipher is more secure as COMPARED to caesar cipher. But affine cipher is a very WEAK cipher as it can be easily broken using frequency ANALYSIS. |
|