The caesar cipher is a simple encription method that replaces each letter of the message with a the letter <shift> letters down the alphabet. For example "A" becomes with a shift of 2 "C". ======================================= Press "encrypt" to encrypt something. Press "decrypt" to decrypt something. Click on the shift display to hide/show it.