ROT13 is a simple Caesar cipher that replaces each letter with the letter 13 places forward in the English alphabet.
After reaching 'z', it wraps around to the beginning of the alphabet.
This cipher only affects letters; numbers and special characters remain unchanged.
Since the English alphabet has 26 letters, applying ROT13 twice will return the original text.