On the Subject of the Incremental Polyalphabetic CM
A machine that knows no bounds when it comes to ciphers.
This cipher uses 2 pages.
Concatenate the 6 keywords in this order: page 1 screen 1, page 1 screen 2, page 1 screen 3, page 1 screen 4, page 2 screen 1, page 2 screen 2. Remove any duplicate letters while keeping the first occurrences.
Write the entire alphabet above the newly created string. This will be referred to as the Polyalphabetic Key.
If the Submit Button is white, follow the instructions under Encrypt Instructions. Otherwise follow the instructions under Decrypt Instructions.
Encrypt Instructions
- Find the Nth letter of the encrypted word in the top row of the Polyalphabetic Key.
- Replace it with the letter below this letter.
- Perform this process a total of N times.
Decrypt Instructions
- Find the Nth letter of the encrypted word in the bottom row of the Polyalphabetic Key.
- The letter above this letter becomes your Nth decrypted letter.
- Perform this process a total of N times.