Overview


Backgound

Julius Caesar invented the worlds first encryption algorithm and used it to protect confidential information. The original ceaser cipher shifted each letter within a scentence by a certain number called a key or cipher.


Coding Problem

Create a function that will encode and decode a string based on a numeric cipher value.


Parameters

All output should be valid ASCII characters.

Try It

Caeser Cipher