A simple way to encrypt data is attributed to Julius Caesar, the Roman Emperor. This method takes each character in a message and replaces it with one which is a certain distance (offset) along the ...
Encrypt plaintext by shifting letters by a user-defined number. Decrypt ciphertext back to the original text using the same shift. Input validation to ensure the shift is a valid integer.