On the Subject of Unwrapping Simon’s Scytale
Iuehehul i esf n, utmot. wwio wepheftyiituyin s eopt goldwaslr
This module contains a large cylinder with six colors wrapped around it, along with two numbers at bottom-left displaying the position of the flash in the sequence. Hovering over a color reveals its first two letters of the color name in place of the bottom number. Solving the module requires encrypting the flashing sequence using three Scytale Transpositions.
Take the serial number and convert it to a 6-bit sequence: If the character is 0-4 or N-Z, the resulting bit is 0. If it’s 5-9 or A-M, the resulting bit is 1.
Modify the binary sequence using the following table:
| If the bomb contains the module... | |||||
| D | Simon’s Sums | Cruel Boolean Wires | Modulo Maze | S | Terminology |
| ..., invert the XXX bit. | |||||
| 1st | 2nd | 3rd | 4th | 5th | 6th |
Put a six-color sequence under the binary sequence using the colors on the module (read from top-left to bottom-right). Follow the table below to get the three key colors using the number of 1s in binary sequence.
| #1s | Action |
|---|---|
| 2/4 |
If the first bit is 1, treat the binary sequence as gray code, then convert it to binary (XOR each bit with the previous resulting bit; for example 111010→101100).
Repeat this process until you get three 1s. The key colors are under the 1s. If the first bit is 0, the key colors are under the four modal (most frequently occurring) bits, excluding the Nth modal bit, where N is the number of port plates modulo 4 plus 1. |
| 3 |
If there are more lit indicators, the key colors are under the 1s. If there are more unlit indicators, the key colors are under the 0s. If the number of lit indicators equal unlit indicators, the key colors are the first color, under the second 0 if there are no indicators, otherwise under the second 1, and finally the sixth color. |