Apply ROT13 substitution cipher for simple text encryption and decryption.
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"