Loading tool…
Apply the classic ROT13 cipher, which rotates each letter 13 places through the alphabet. Because 13 is half of 26, the same operation both encodes and decodes.
Loading tool…
Privacy: this tool runs entirely in your browser. Your input is never sent to, received by, or stored on any server — there are no uploads and no tracking of what you enter.
ROT13 ("rotate by 13") is a simple substitution cipher that shifts every letter 13 positions: A↔N, B↔O, and so on. Non-letters are left unchanged. It's a special case of the Caesar cipher.
Applying ROT13 twice returns the original text, because shifting by 13 and then 13 more equals a full 26-letter rotation. So one button both encrypts and decrypts.
ROT13 hides spoilers, puzzle answers and punchlines from casual view. It provides no real security and should never be used to protect sensitive data.