ROT13 Cipher
ROT13 (rotate by 13 places) is a special case of the Caesar cipher with a shift of 13. It is its own inverse (applying ROT13 twice returns the original text), making it convenient for simple obfuscation. It is commonly used in online forums to hide spoilers and puzzle solutions.
What You'll Learn
Introduction to ROT13 Cipher
ROT13 (rotate by 13 places) is a special case of the Caesar cipher with a shift of 13. It is its own inverse (applying ROT13 twice returns the original text), making it convenient for simple obfuscation. It is commonly used in online forums to hide spoilers and puzzle solutions.
Prerequisites
How to Solve ROT13 Cipher Problems
Step 1: Identify each letter in the given word
Step 2: Convert the letter to its position number (A=1, B=2, ..., Z=26)
Step 3: Add 13 to the position number
Step 4: If the result exceeds 26, subtract 26 to wrap around
Step 5: Convert the resulting position back to a letter
Step 6: Since ROT13 is self-inverse, the same process decodes
Example Problem
Example: Decode 'URYYB' using ROT13. Solution: Step 1: U=21, R=18, Y=25, Y=25, B=2 Step 2: Add 13: 21+13=34→34-26=8→H, 18+13=31→31-26=5→E, 25+13=38→38-26=12→L, 25+13=38→L, 2+13=15→O Step 3: Decoded word: HELLO Answer: HELLO
Pro Tips & Tricks
- ROT13 is its own inverse: applying it twice gives the original
- A↔N, B↔O, C↔P, D↔Q, E↔R, F↔S, G↔T, H↔U, I↔V, J↔W, K↔X, L↔Y, M↔Z
- Common word: 'HELLO' ↔ 'URYYB', 'WORLD' ↔ 'JBEYQ'
- Vowels map to: A↔N, E↔R, I↔V, O↔B, U↔H (none remain vowels)
- ROT13 is often used for simple text obfuscation on the internet
- To decode quickly, remember that letters in the first half (A-M) map to the second half (N-Z)
Shortcut Methods to Solve Faster
Common Mistakes to Avoid
Practice Worksheets
Practice makes perfect! Work through these worksheets to master ROT13 Cipher. Each worksheet contains 20 questions with detailed explanations. Start from Worksheet 1 and progress through increasing difficulty levels.
Exam Importance
ROT13 Cipher is an important topic for various competitive exams. Here's how frequently it appears:
Ready to Master ROT13 Cipher?
Start with Worksheet 1 and work your way up to expert level! Each worksheet includes: