- main(String[]) - Static method in class CaesarCipher
-
Solicits a single line of text from the user, encrypts it using a random shift, and then
decrypts it.
- main(String[]) - Static method in class CharDistribution
-
Compare the character distributions in Rent.txt and Hamlet.txt.
- MAX_SHIFT - Static variable in class CaesarCipher
-
Maximum shift that encrypt and decrypt need to handle.
- MIN_SHIFT - Static variable in class CaesarCipher
-
Minimum shift that encrypt and decrypt need to handle.