On the Subject of Ultimate Cycles
This cycle is exactly as bad as full password cycle...
This manual assumes you have knowledge of the optimized manual.
Refer this link for the worded version of this optimized manual.
7/NW: Bitshift Cipher
Concat: "0" + (LED lit ? (7-Rn)2 : (Rn)2) + "1"
If cipher dial is lit, letters are shifted to the right(+) by the position of the NW dial.
Otherwise, letter is shifted to the left(-) by position of cipher dial.
0/N: Logic Cipher
Number of rotations: 12 34 56 78 13 57 24 68. Replace to 1 if odd, otherwise 0.
B1 | B2 | AND (P1) | OR (P2) | XOR (P3) | IMP ⇒ (P4) | NAND (P5) | NOR (P6) | XNOR (P7) | IMPBY ⇐ (P8) |
---|---|---|---|---|---|---|---|---|---|
1 | 1 | T | T | F | T | F | F | T | T |
1 | 0 | F | T | T | F | T | F | F | T |
0 | 1 | F | T | T | T | T | F | F | F |
0 | 0 | F | F | F | T | T | T | T | T |
Cipher dial* | F | E | J | Z | K | S | B | X | T | L | R | I | D | F | G | U | M | C | Q | O | H | A | W | P | Y | V | N |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
T | A | R | P | O | E | T | Y | K | X | G | Q | N | M | J | I | H | S | L | C | V | B | D | W | Z | F | U | |
Letter | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | |
Unlit | T | F | U | A | D | W | Y | E | X | O | H | S | R | Q | N | M | J | T | C | P | B | G | V | L | K | I | Z |
F | M | E | B | K | D | Z | S | L | J | X | N | F | T | U | W | R | I | O | G | C | Y | H | P | A | Q | V |
1/NE: Caesar Cipher
Each letter has been shifted right(+) by individual dials REGARDLESS.
Then if cipher dial is lit, each letter is shifted right(+) by the cipher dial position.
Otherwise, left(-) by cipher dial position.