The Caesar Shift

A very simple cipher where the key is a number, n. Simply shift the letters n places in the alphabet to generate the Ciphertext. Perform the opposite to obtain the Plaintext. Note that all strings are converted to lower case.

Encrypt


Decrypt

Back