InterviewSolution
Saved Bookmarks
| 1. |
Which of the following cipher is a special case of affine cipher?(a) Vigenere cipher(b) Autokey cipher(c) Atbash cipher(d) Hill cipherI have been asked this question in an international level competition.My question is based upon Cryptography in section Cryptography of Data Structures & Algorithms II |
|
Answer» CORRECT option is (c) Atbash cipher Easiest explanation - Atbash cipher is a SPECIAL case of affine cipher. We have to ASSUME a=b=25 as the KEY in affine cipher to get the same ENCRYPTION. |
|