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 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.