posted 23 years ago
As long as we are sharing code... Here is the code I use to come up with the ciphers and encrypt the text. There are three files... Cipher.java (the bean that does all the work), CipherFrame.java, and CipherText.java. Caveat: I'm a server-side application programmer by trade and don't play around with this Swing stuff too much. The GUI was thrown together with JBuilder and could probably use many fixes/enhancements. Feel free to let me know of anything that needs to be fixed, or of any improvements.
Cipher.java
CipherFrame.java
CipherText.java
[This message has been edited by Jason Menard (edited November 30, 2001).]