| 0 | 1 | 2 | 3 | 4 | |
| 0 | M | A | S | T | E |
| 1 | R | B | C | D | F |
| 2 | G | H | I | K | L |
| 3 | N | O | P | Q | U |
| 4 | V | W | X | Y | Z |
The letters of the second key are encoded the same way. Using the key MIND we obtain: 00 22 30 13.
Finally, these two series are added:
| Plain text: | M | E | S | S | A | G | E |
| 00 | 04 | 02 | 02 | 01 | 20 | 04 | |
| Additive key: | M | I | N | D | M | I | N |
| 00 | 22 | 30 | 13 | 00 | 22 | 13 | |
| Cipher text | 00 | 26 | 32 | 15 | 01 | 42 | 34 |
The cipher can't conserve the capitalization or text structure. It does only accept alphabets with 25 (=5 x 5) or 36 (=6 x 6) letters.
You may enter a key word (or key phrase) longer then required to supply coordinates for all columns / rows, as shown above. The letters from the key for the row (column) coordinates are written top-down (left to right). If a letter appears more than once, is is only used at it's first appearance. For the example given above, the result is:
| E
I |
N
D |
T
K |
R
Y |
H
|
|
| E S Y | E | N | T | R | H |
| N C | K | Y | A | B | C |
| T O | D | F | G | I | L |
| R D | M | O | P | Q | S |
| H K | U | V | W | X | Z |
As before, the cipher can't conserve the capitalization or text structure. It does only accept alphabets with 25 (=5 x 5) or 36 (=6 x 6) letters.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
At present, you may only specify the key word and how the alphabet is scrambled.
To proceed, you may