Text Slicing Applet

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

  1. Enter your String in the Text Area.
  2. Fill in a key length value.
  3. Press the "Split Cipher text" button.

  4. 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, ...