Given an estimated keyword length,
this applet will the text into slices (those characters
encrypted with the same keyword character.)
To slice text into pieces
-
Enter your String in the Text Area.
-
Fill in a key length value.
-
Press the "Split Cipher text" button.
The applet will return the slices of your text, i.e. slice 0
will be characters 0, k, 2k, 3k, 4k, ...; slice 1 will be characters 1,
k + 1, 2k + 1, 3k + 1, ...; slice 2 will be characters 2, k + 2, 2k + 2,
3k + 2, ...