Encode or decode text using ROT13 (shift 13) or any custom Caesar cipher shift from 1–25. Supports encode and decode.
The Caesar cipher is one of the oldest encryption techniques, named after Julius Caesar who used it to protect military messages. Each letter is shifted by a fixed number of positions in the alphabet. ROT13 (shift of 13) is a special case where encoding and decoding use the same shift, since the alphabet has 26 letters. It is often used online to hide spoilers. For decoding, apply the same shift — or use 26 minus the original shift.