Type your text, and the tool shifts every printable ASCII character (including numbers and symbols) by 47 places — running it again restores the original.
ROT47 extends ROT13 by rotating all printable ASCII characters (33-126), including numbers and symbols. Each character shifts by 47 positions.
ROT13 only affects letters. ROT47 affects letters, numbers, and symbols, making it more comprehensive but still easily reversible.
No, ROT47 is trivial to decode and not suitable for security. It's only for simple obfuscation of text.