Caesar's Challenge
The Caesar Cipher is a simple substitution cipher used by the big man Julius Caesar himself.
Your task is to reverse the process and find the original Latin word.
Examples:
A → B
A ← Z
Z → A
The letters are shifted by one or more places, left or right. Think of a circular alphabet, where 'Z' loops back to 'A' and vice versa.
Leave a comment
Log in with itch.io to leave a comment.