Codebusters Master Study Guide:: Atbash Cipher
Codebusters Master Study Guide:: Atbash Cipher
● Atbash Cipher:
○ Flips letters across alphabet about the midline M/N
A B C D E F G H I J K L M
Z Y X W V U T S R Q P O N
● Caesar Cipher:
○ Shifts letters by a key constant
○ (key 7):
A E R I A L
+7 +7 +7 +7 +7 +7
H L Y P H S
● Mono-Alphabetic Substitution
○ Fixed substitution of the alphabet
○ Can be random or have a keyword:
■ K1 alphabet: plaintext row contains keyword(s), with remaining letters filled in in
ascending order
1.
V X Y Z B R O WN I E S A C D F G H J K L M P Q T U
A B C D E F G H I J K L M N O P Q R S T U V WX Y Z
■ K2 alphabet: ciphertext row contains keyword(s), with remaining letters filled in in
ascending order
○
A B C D E F G H I J K L M N O P Q R S T U V WX Y Z
T U V X Y Z B R O WN I E S A C D F G H J K L M P Q
■ Random alphabet: completely random - GOOD LUCK!!!
● Affine Cipher
○ Encryption in the form: Ct = A(Pt) + B
○ Decryption in the form: Pt = C(Ct - B)
■ Has keys “A” and “B”
● Vigenere Cipher
○ Letters are shifted by the numerical values of a repeated keyword
○ (keyword: COLOR = 2, 14, 11, 14, 17)
R A N D O M P L A I N T E X T
C O L O R C O L O R C O L O R
(+2) (+14) (+11) (+14) (+17) (+2) (+14) (+11) (+14) (+17) (+2) (+14) (+11) (+14) (+17)
T O Y R F O D W O Z P H P L K
● Baconian
○ Uses baconian alphabet to encode letters; IJ and UV are commonly together, though,
sometimes they could not be
■
● Hill Cipher
○ Encodes and decodes messages by multiplying the keyword by the text in matrix form
■ Decryption matrix given encryption matrix:
1. Find determinant inverse: (AD-BC)-1 mod 26
2. Invert keyword matrix: [ D -B]
[-C A]
-1
3. Multiply determinant inverse by matrix inverse: D [ D -B]
[-C A]
■ Decryption matrix given 4 sets of plaintext/ciphertext pairs
● Arrange in linear equations and solve for A, B, C, and D
○ Pt1 = A(Ct1) + B(Ct2) Pt2 = C(Ct1) + B(Ct2)
○ Pt3 = A(Ct3) + B(Ct4) Pt4 = C(Ct3) + B(Ct4)
http://www.cryptogram.org/
American Cryptogram Illuminati
Atbash Cipher -Try swapping a few -Swap letters across -Each letter is
(English) letters and see if it the alphabet replaced by the letter
Very simple makes a word -(centered on M=N exactly opposite it in
Optional -Subject to and N=M) the alphabet,
memorization of the frequency analysis *A-Z=Z-A
wheel
Difficulty: 1
-Julie
7.Re-
Alphabetize
Title Example/Image Identification Solution General Notes
Notes Notes
Difficulty: 3
-Jorts
Difficulty: 1
-Daanish
*A=0, B=1,...
○