This project uses the Caesar shift code to encode messages.
The decoder is here! It's pretty dumb though. I will try to update it some more. The way it works is it looks for two possible words; "a" and "I". These are the only two one-letter words in the english language, and are thus easy ways to find the amount something was shifted. Any phrase with those two words is instantly decoded. It also removes possible translations that have words that don't contain vowels. .______.