A caeser cipher is a cipher that moves each letter by a fixed offset. You'll see these as a common challenge in easier CTF events. So, I wrote a tool to encode caeser ciphers and generic shift ciphers.
A shift cipher basically takes an alphabet then shifts the letters around x steps to derive your new alphabet. In other words, A becomes B, B becomes C, ... and Z becomes A where x is 1.
How To Use
- Enter Your Text
- Push Submit