ROT13 Cipher
ROT13 shifts every letter in your text 13 positions forward in the alphabet (A→N, B→O, …, Z→M). Because the alphabet has 26 letters, applying ROT13 twice returns the original text — making it its own inverse. It is used for obscuring spoilers, puzzle hints, and simple text obfuscation.