𝐅𝐨𝐮𝐫-𝐒𝐪𝐮𝐚𝐫𝐞 𝐂𝐢𝐩𝐡𝐞𝐫

43 0 0
                                    

Steps 

Break up the plaintext into bigrams i.e. ATTACK AT DAWN --> AT TA CK AT DA WN An 'X' (or some other character) may have to be appended to ensure the plaintext is an even length. 

Using the four 'squares', two plain alphabet squares and two cipher alphabet squares, locate the bigram to encrypt in the plain alphabet squares. The example below enciphers the bigram 'AT'. 

The first letter is located from the top left square, the second letter is located in the bottom right square. 

a b c d e Z G P T F f g h i k O I H M U l m n o p W D R C N q r s t u Y K E Q A v w x y z X V S B L 

M F N B D a b c d e C R H S A f g h i k X Y O G V l m n o p I T U E W q r s t u L Q Z K P v w x y z 

Locate the characters in the cipher text at the corners of the rectangle that the letters 'AT' make:

a b c d e Z G P T F f g h i k O I H M U l m n o p W D R C N q r s t u Y K E Q A v w x y z X V S B L 

M F N B D a b c d e C R H S A f g h i k X Y O G V l m n o p I T U E W q r s t u L Q Z K P v w x y z 

Using the above keys, the bigram 'AT' is encrypted to 'TI'. 

The text 'attack at dawn', with the keys 'zgptfoihmuwdrcnykeqaxvsbl' and 'mfnbdcrhsaxyogvituewlqzkp', becomes: ATTACKATDAWN TIYBFHTIZBSY 


~~~CTTRO

𝐂𝐨𝐝𝐞𝐬 𝐚𝐧𝐝 𝐂𝐢𝐩𝐡𝐞𝐫𝐬Where stories live. Discover now