ROT13 Cipher
Apply ROT13 letter substitution cipher to text.
About ROT13 Cipher
ROT13 Cipher applies the classic ROT13 letter substitution, rotating each letter of the English alphabet by 13 positions so A becomes N, B becomes O, and so on. Because the English alphabet has exactly 26 letters, applying ROT13 twice returns the original text, making ROT13 its own inverse and eliminating the need for a separate decode step. Non-alphabetic characters including digits, punctuation, and whitespace pass through unchanged. ROT13 is not a secure encryption algorithm but is widely used for its simplicity in concealing spoilers, obfuscating puzzle answers, and as a building block in understanding substitution ciphers.
How to Use
Enter or paste your text into the input field and the ROT13-transformed output appears immediately in the result panel. The same action both encodes and decodes since ROT13 is a self-inverse operation. Numbers, punctuation, spaces, and special characters remain unchanged in the output. Copy the result with one click to share the encoded or decoded text. Toggle case-sensitivity options if you want to treat the input as lowercase only before applying the rotation.
Common Use Cases
- Hiding movie spoilers, game solutions, and puzzle answers in online forum posts and community discussions
- Decoding ROT13-obfuscated text found in forum posts, email headers, or README files from open-source projects
- Teaching the concept of simple substitution ciphers as an introductory example in cryptography and information security courses
- Obfuscating plain-text strings in source code or configuration files where trivial concealment is sufficient
- Creating simple text-based Easter eggs or self-referential jokes in applications that use ROT13 as a known cultural reference