ROT13 Encoder/Decoder — Apply ROT13 Cipher Online
ROT13 is a simple letter-substitution cipher that replaces each letter with the letter 13 positions after it in the alphabet. Because the alphabet has 26 letters, applying ROT13 twice returns the original text — encoding and decoding use the same operation.
Common Use Cases
- Obscuring spoilers or puzzle answers in forum posts
- Learning about basic substitution ciphers
- Obfuscating text in a reversible, low-security way
Frequently Asked Questions
What is ROT13?
ROT13 (Rotate 13) replaces each letter with the one 13 positions later in the alphabet. A becomes N, B becomes O, etc. Numbers and symbols are unchanged. Applying ROT13 twice gives back the original text.
Is ROT13 a secure encryption method?
No. ROT13 is not encryption — it provides zero security and is trivially reversible. It is used for light text obfuscation only, such as hiding spoilers.
Privacy & Security
This tool runs entirely in your browser using client-side JavaScript. No data is sent to a server — your input never leaves your machine. SmartDevBox has no account system, no usage tracking, and no paid tier. See the Privacy & Security page for full details.
Related Tools
- ROT47 Encoder/DecoderEncode or decode text using the ROT47 cipher (full printable ASCII range) in your browser. Free, no sign-up.
- Base64 EncoderEncode any text or string to Base64 instantly in your browser. Free, no sign-up, 100% client-side. Results copy with one click.