ROT13 Cipher

Apply ROT13 substitution cipher for simple text encryption and decryption.

Input

Output

About ROT13

ROT13 is a simple substitution cipher that replaces each letter with the letter 13 positions ahead in the alphabet. Since there are 26 letters, applying ROT13 twice returns to the original text.

Example: "HELLO" becomes "URYYB"