here's a free to use tool to encode or decode text using the caesar cipher method.
the caesar cipher, named after julius caesar, is a simple and popular text encryption technique. it's a substitution cipher, where each letter in the original text is replaced by a corresponding letter, based on an alphabetical offest.
eg. to encode the word 'bimbogami' with an offset of 3 would result in 'elperjdpl'
note: the popular 'rot 13', or 'rot-13' cipher is simply a caesar with offset 13.
the encode option allows you to enter your text, and have it encoded using an offset of your choice
the decode option has a good stab at coming back with a single, valid solution. the answer respects the case of your text, retains the positioning and value of any non-alphabetic characters and if a single solution cannot be determined, a list of variations will be provided for you to find the one you want.
but enough of that, let's do it!