The Caesar Cipher encrypts non-numeric data by shifting the letters forward or backward on the alphabet by a constant amount. This amount (K) can either be positive (specifying a right shift) or negative (specifying a left shift).
INSTRUCTIONS: Enter the following
Cyphertext (C): The encrypted data is returned as cyphertext; a string of characters shifted along the alphabet
Encryption Method (E): The encryption method manipulating this data is the Caesar Cypher Encryption