Class | Description |
---|---|
EncryptedMessageApp |
Runs a basic message program.
|
Main |
Basic file that simply contains the main method for the Encrypted Message System.
|
StringManipulator |
StringManipulator contains a series of methods to manipulate a String by
either running a Caesar Cipher on it, runlength encodes it, or uses a lossy compression
algorithm that removes vowels.
|