Vigenere Applet

  1. Enter plain text or a Vigenere encrypted cipher message in the top Text Area.
  2. Enter a key (an English phrase, or random characters) in the second Text Field.
  3. Press either the encrypt button or the decrypt button.

  4. Note: This applet will add random characters to the end of your message, so that your message length is a multiple of the length of the key. You can use this to generate a random key as follows:
Here is the souce code for this applet, VigenereApplet.java, the application source code and BreezyGUI information.