Keyword Substitution Encryption
KeywordApplet.java will appear below in
a Java enabled browser. Use the applet to encrypt a message with a keyword
substitution cipher (i.e. make a cryptogram puzzle).
-
Enter a keyword or phrase (you do NOT need to delete repeated letters,
this will be done for you).
-
Enter an offset letter (the cipher alphabet will begin under this
plain text letter).
-
Enter a message to encrypt.
-
Select a button to leave spaces (and returns) in the cipher, or to remove
them.
-
Click the "encrypt" button.
Once you've created cipher, you can copy it and analyze it for letter
frequencies, or attempt to decrypt it.
The applet source code, Java application
source code, and BreezyGUI
links.