NORMAL MODE ----------------------------------------------------------------- It encodes and decodes using the Caesar Cipher (a substitution cipher), and you can copy the result. It will ask you for the shift, so if you want it to shift 1 to the right, you could type "ab" because the first letter is the original letter, and the second letter is what it becomes when it is encoded. Using this example, a turns into b, b into c, and so on. ----------------------------------------------------------------- HACKING MODE ----------------------------------------------------------------- Use this version to decode text if you don't know how far the letters shift. Because this project doesn't have any spell check or grammar check features, it cannot find the decoded string for you. You will have to confirm it manually, but it still speeds up the process. You can copy the result that appears in the list. -----------------------------------------------------------------