How ROT13 and Caesar shifts work
Every letter is rotated a fixed number of positions through the alphabet; digits, punctuation, and spacing are left unchanged.
Rotate letters through the alphabet with ROT13 or a custom Caesar shift. Runs entirely in your browser — input is never uploaded.
Every letter is rotated a fixed number of positions through the alphabet; digits, punctuation, and spacing are left unchanged.
A Caesar shift has only 25 possible keys and is trivial to brute-force. It is meant to obscure spoilers or answers from casual reading, not to protect secrets.
A shift of 13 is its own inverse, so the same shift value both encodes and decodes. Any other shift decodes with (26 − shift).