How This Tool Works
The ROT13 cipher is a simple type of substitution cipher that replaces each letter in the alphabet with the letter 13 positions ahead, wrapping around from Z back to A. The name 'ROT13' stands for 'Rotate by 13.' Since the English alphabet has 26 letters (26 / 2 = 13), applying ROT13 twice returns the original text, making it inherently reversible without a key.
Our tool automates this process. When you input text, it processes every letter individually: A becomes N, B becomes O, and so on. Numbers, punctuation marks, and spaces are left completely untouched, ensuring that the decoded message maintains its original structure. This straightforward mathematical rotation makes encoding and decoding instantaneous and accurate.