Caesar Shift is a simple encryption technique in which each letter in a
message is shifted a set amount. For example, a shift of 2 might mean
replacing A's with C's, B's with D's, C's with E's, etc. At the end of the
alphabet, one can wrap around: replacing Y's with A's and Z's with B's.
https://en.wikipedia.org/wiki/Caesar_cipher