ROT13 Encoder / Decoder
Apply ROT13 (or any custom Caesar cipher rotation) to your text. ROT13 is its own inverse — encoding and decoding use the same operation. Non-letter characters are passed through unchanged.
What is ROT13?
ROT13 (Rotate by 13) is a simple letter substitution cipher that replaces each letter with the letter 13 positions after it in the alphabet. Since the English alphabet has 26 letters, applying ROT13 twice returns the original text — encoding and decoding are the same operation. ROT13 was commonly used in Usenet groups and early internet forums to obscure spoilers, solutions to puzzles, or potentially offensive content.