📖 What is this tool?
ROT13 Encoder applies the ROT13 Caesar cipher to any text — rotating each letter 13 positions in the alphabet. It's a symmetric cipher, meaning applying it twice returns the original text. Commonly used to obscure spoilers and puzzle answers.
🛠️ Common Use Cases
- Obscure spoilers in forum posts
- Encode puzzle answers for later reveal
- Understand basic substitution ciphers
- Test character rotation logic
- Encode text for fun challenges
❓ Frequently Asked Questions
Is ROT13 a secure cipher? ▾
No — ROT13 provides zero security. It's trivially reversible and should never be used for sensitive data. It's useful only for casual text obfuscation like hiding spoilers.
How do I decode ROT13? ▾
Apply ROT13 again! Since rotating 13 positions twice = 26 (full alphabet), encoding and decoding are the same operation. Just paste the ROT13 text and run it again.
What is a Caesar cipher? ▾
A Caesar cipher shifts each letter by a fixed number. ROT13 is a Caesar cipher with a shift of 13. Julius Caesar historically used a shift of 3 for military communications.
🔒
Your data stays private. All processing happens entirely in your browser. Nothing is ever sent to our servers. You can use this tool offline after the page loads.