On the Subject of Cosmo Cipher
Spiral out, keep going.
Top screen: Spiral Cipher
For each number on top screen:
- Calculate the following:
tan((k * ln(2 + last SN digit)) modulo (2*pi))
where k is the number on top screen. The result should be in radians. - Find a pair of coprime integers between 1-23, where 2nd/1st = the result.
Add the 3 pairs into a list of 6 integers.
Bottom screen: Inverse Morse Cipher
- Concatenate the strings from all pages of bottom screen. Note down the last symbol and remove it from the string.
- Translate the string to Morse. If there are brackets involved, replace all spaces in brackets, with gaps between dots/dashes, then remove the brackets.
- Swap dots with gaps between dots/dashes, and dashes with gaps between letters. ( . ←→ gap, - ←→ space)
- Add a character before and after the string based on the noted symbol:
| Symbol | . | ! | ? | # |
|---|---|---|---|---|
| Before | . | . | - | - |
| After | . | - | . | - |
Translate the Morse code back to letters. This is the bottom keyword.
Last step: Product of letters
Convert the bottom keyword to numbers using the module alphabet.
For n from 1 to 6:
- Multiply the nth number from top list and the nth number from the bottom keyword, then modulo 23.
- Convert it back to a letter using the module alphabet.
Input the word using your physical keyboard and press RETURN to solve the module.
| Number | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Letter | A | B | C | D | E | F | G | H | I | K | L | M | N | O | P | R | S | T | U | V | W | Y | Z |