On the Subject of the Violet Cipher
Roses are red. Violets are blue. Didn’t I already made this joke before? Oh well, here’s a cipher for you.
Step 1: Porta Cipher
For each pair of letters in Page 1, Screen 1 - 2, do this:
- (Screen 2, Screen 1) = (row, column).
- If the letter on Screen 1 is between A-M:
- The intersection of row and column is your new letter.
- Else, if the letter on Screen 1 is between N-Z:
- The intersection is the letter on Screen 1.
- The letter in top row is your new letter.
A | B | C | D | E | F | G | H | I | J | K | L | M | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AB | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
CD | O | P | Q | R | S | T | U | V | W | X | Y | Z | N |
EF | P | Q | R | S | T | U | V | W | X | Y | Z | N | O |
GH | Q | R | S | T | U | V | W | X | Y | Z | N | O | P |
IJ | R | S | T | U | V | W | X | Y | Z | N | O | P | Q |
KL | S | T | U | V | W | X | Y | Z | N | O | P | Q | R |
MN | T | U | V | W | X | Y | Z | N | O | P | Q | R | S |
OP | U | V | W | X | Y | Z | N | O | P | Q | R | S | T |
QR | V | W | X | Y | Z | N | O | P | Q | R | S | T | U |
ST | W | X | Y | Z | N | O | P | Q | R | S | T | U | V |
UV | X | Y | Z | N | O | P | Q | R | S | T | U | V | W |
WX | Y | Z | N | O | P | Q | R | S | T | U | V | W | X |
YZ | Z | N | O | P | Q | R | S | T | U | V | W | X | Y |
Example
Page 1, Screen 2: CENTER
Page 1, Screen 1: KVUPEM
C(row) + K(col) => Y (intersection)
E(row) + V(col) => G (top row letter)
New Encrypted Word: YGBGTU