On the Subject of Superposition CM
A machine that knows no bounds when it comes to ciphers.
From the Synapse Cipher module by Kilo Bites and VFlyer.
Create a key using the keyword on screen 1, and the Boolean Expression on screen A. This will be called the Superposition Key.
If the Submit Button is white, follow the instructions under Encrypt Instructions. Otherwise follow the instructions under Decrypt Instructions.
Encrypt Instructions
- Start from the Xth letter of the keyword on screen 3. Count how many steps it takes to reach the Xth letter of the keyword on screen 2, wrapping around if necessary.
- Count this many letters from the Xth encrypted letter in the same direction from the last step to obtain the Xth decrypted letter, wrapping around if necessary.
- If you reach the end of any of the keywords, treat it as if it wraps around to the beginning of the keyword.
Decrypt Instructions
- Start from the Xth letter of the keyword on screen 2. Count how many steps it takes to reach the Xth letter of the keyword on screen 3, wrapping around if necessary.
- Count this many letters from the Xth encrypted letter in the same direction from the last step to obtain the Xth decrypted letter, wrapping around if necessary.
- If you reach the end of any of the keywords, treat it as if it wraps around to the beginning of the keyword.