InterviewSolution
Saved Bookmarks
| 1. |
Atbash cipher is an example of?(a) Mono alphabetic substitution cipher(b) Transposition cipher(c) Poly alphabetic substitution cipher(d) Geometric substitution cipherThis question was posed to me in an interview.This question is from Cryptography topic in chapter Cryptography of Data Structures & Algorithms II |
|
Answer» RIGHT option is (a) Mono alphabetic substitution cipher Easiest explanation - Atbash cipher is an example of mono alphabetic substitution cipher. It REPLACES each ALPHABET of the plain TEXT with a corresponding letter which we can see in the table below. |
|