On the Subject of Vigenère Cipher
Julius Caesar’s little brother...by about 1600 years...
- Take the first character of the serial and the first character of the code on the module, and translate them into numbers according to the Encryption Table below.
- Add the two numbers together, and turn them back into a character with the same table. If the numbers add up to something above 35, then subtract 36 until the output is in the table.
- Repeat for the second character of the code and the second character of the serial, etc. Type the result of this onto the module.
Encryption Table
B | 0 | M | 18 |
---|---|---|---|
4 | 1 | Q | 19 |
5 | 2 | Y | 20 |
P | 3 | S | 21 |
R | 4 | J | 22 |
E | 5 | 2 | 23 |
L | 6 | Z | 24 |
0 | 7 | T | 25 |
A | 8 | U | 26 |
6 | 9 | 9 | 27 |
G | 10 | I | 28 |
F | 11 | 1 | 29 |
D | 12 | N | 30 |
H | 13 | 3 | 31 |
O | 14 | K | 32 |
8 | 15 | 7 | 33 |
C | 16 | V | 34 |
W | 17 | X | 35 |