ToolSci.com

🔄 ROT13 Encoder

A simple substitution cipher that replaces a letter with the 13th letter after it.

ℹ️ About ROT13 Encoder

The ROT13 Encoder (Rotate by 13 places) is a simple substitution cipher used to obscure text. It works by replacing each letter in the alphabet with the one 13 places after it. For example, 'A' becomes 'N' and 'B' becomes 'O'. Because the English alphabet has 26 letters, the same algorithm is used to both 'encrypt' and 'decrypt' the data.

In modern computing, ROT13 is not used for security, but rather as a common way to hide spoilers or punchlines in online forums, or to provide a basic level of obfuscation for strings in scripts. It's a classic example of a Caesar cipher and is often used in programming exercises and puzzles.

📖 How to use ROT13 Encoder

  1. 1. Enter the text you want to obscure or decode.
  2. 2. Click 'Run Tool' to perform the rotation.
  3. 3. Copy the resulting string. To decode a ROT13 string, simply paste it back in and run the tool again.

Frequently Asked Questions

Is ROT13 secure?

No. It provides no actual security and is easily broken. It is strictly for obfuscation and fun.

Does it affect numbers or symbols?

No. ROT13 only transforms letters (A-Z). Numbers, spaces, and punctuation remain unchanged.

Why 13?

Because 13 is exactly half of the 26-letter alphabet, making the transformation symmetrical. Applying it twice returns the original text.

🔗 Related Encoding Tools