Caeser Cipher A caeser cipher implementation in Java. Two types of caeser ciphers are explored here. One with two keys and one with a single key. The encryption and the decryption methods for both types are implemented.