On the Subject of the Smokey CM
A machine that knows no bounds when it comes to ciphers.
Create a key using the keyword on screen 1 and the Boolean Expression on screen A. Split the key into 2 equal halves and place the 2nd half underneath the 1st half. This will be referred to as the Smokey Key.
For each letter of the encrypted word, do the following:
- Find the Nth letter of the encrypted word in the Smokey Key.
- The letter directly above/below it becomes your Nth decrypted letter.
- Swap the 2 letters in the key.
- Shift the row with the Nth encrypted letter until the letter is in the left most column.
- Shift the row with the Nth decrypted letter until the letter is in the right most column.
Example
Encrypted Word: AXSN
S | A | U | C | E | R | B | D | F | G | H | I | J |
K | L | M | N | O | P | Q | T | V | W | X | Y | Z |
A → L
U | C | E | R | B | D | F | G | H | I | J | S | L |
A | M | N | O | P | Q | T | V | W | X | Y | Z | K |
X → I
X | J | S | L | U | C | E | R | B | D | F | G | H |
Y | Z | K | A | M | N | O | P | Q | T | V | W | I |
S → K
L | U | C | E | R | B | D | F | G | H | X | J | K |
S | A | M | N | O | P | Q | T | V | W | I | Y | Z |
N → E