Data Structures & Algorithms Multiple Choice Questions on “Atbash Cipher”.
1. Which of the following cipher does not require a key for encrypting plain text? Answer: a 2. Atbash cipher was originally used for encrypting _____________ Answer: c 3. Which of the following cipher is a special case of affine cipher? 4. Choose the weakest cipher from the following? 5. Which of the following is a mono alphabetic substitution cipher? Answer: d 6. Atbash cipher is less secure than affine cipher. Answer: a 7. Atbash cipher is an example of? 8. Atbash cipher cannot be cracked until the exact type of encryption of ciphered text is known. Answer: b 9. What will be the ciphered text corresponding to plain text “SECRET” if atbash cipher is used for encryption? So the ciphered text would be “HVXIVG”. 10. What will be the plain text corresponding to ciphered text “MAO” if atbash cipher is used for encryption? So the plain text would be “NZL”. 11. Which of the following is not true about atbash cipher? Answer: b
a) atbash cipher
b) affine cipher
c) playfair cipher
d) vigenere cipher
Clarification: Out of the given options only atbash cipher does not require a key for encryption. Atbash cipher is an example of a substitution cipher.
a) english alphabet
b) greek alphabet
c) hebrew alphabet
d) hindi alphabet
Clarification: Atbash cipher was originally built to encrypt hebrew alphabet. But it can be used to encrypt any type of alphabets.
a) Vigenere cipher
b) Autokey cipher
c) Atbash cipher
d) Hill cipher
Answer: c
Clarification: 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.
a) vigenere cipher
b) rail fence cipher
c) hill cipher
d) atbash cipher
Answer: d
Clarification: Atbash cipher is the weakest cipher out of the given options. This is because it is a simple mono alphabetic substitution cipher with almost no security. It can be cracked without even knowing which technique has been used for encryption.
a) vigenere cipher
b) one time pad cipher
c) play fair cipher
d) atbash cipher
Clarification: Atbash cipher is the only mono alphabetic substitution cipher out of the given options. All the remaining options fall under the category of poly alphabetic cipher.
a) True
b) False
Clarification: Affine cipher is more secure as compared to pigpen cipher. Atbash cipher is a special case of affine cipher and can be cracked without even knowing which technique has been used for encryption.
a) Mono alphabetic substitution cipher
b) Transposition cipher
c) Poly alphabetic substitution cipher
d) Geometric substitution cipher
Clarification: 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.
A - Z J - Q S - H
B - Y K - P T - G
C - X L - O U - F
D - W M - N V - E
E - V N - M W - D
F - U O - L X - C
G - T P - K Y - B
H - S Q - J Z - A
I - R R - I
a) True
b) False
Clarification: Atbash cipher is a very weak cipher. It can be easily broken without even knowing the exact technique which has been used for encryption. We can just assume the ciphered text to be a substitution cipher in order to crack it.
a) VHIXVG
b) HVXIVG
c) HXVIVG
d) VIHXIV
Clarification: Atbash cipher replaces each alphabet of the plain text with a corresponding letter which we can see in the table below.
A - Z J - Q S - H
B - Y K - P T - G
C - X L - O U - F
D - W M - N V - E
E - V N - M W - D
F - U O - L X - C
G - T P - K Y - B
H - S Q - J Z - A
I - R R - I
a) NZL
b) IND
c) AUS
d) ENG
Clarification: Atbash cipher replaces each alphabet of the plain text with a corresponding letter which we can see in the table below.
A - Z J - Q S - H
B - Y K - P T - G
C - X L - O U - F
D - W M - N V - E
E - V N - M W - D
F - U O - L X - C
G - T P - K Y - B
H - S Q - J Z - A
I - R R - I
a) it is a mono alphabetic substitution cipher
b) it can only be used to encrypt hebrew alphabet
c) it is a special case of affine cipher
d) it is weaker than playfair cipher
Clarification: Atbash cipher was originally built to encrypt hebrew alphabet. But it can be used to encrypt any type of alphabets.