首页 工具
🔄

ROT13 编码

ROT13/ROT47 字符旋转加密

Frequently Asked Questions

What is ROT13?

ROT13 is a simple letter substitution cipher that replaces each letter with the letter 13 positions after it in the alphabet. Applying ROT13 twice returns the original text.

What's the difference between ROT13 and ROT47?

ROT13 only shifts letters (A-Z), while ROT47 shifts all printable ASCII characters (including numbers and symbols), providing slightly more obfuscation.

Is ROT13 secure?

No, ROT13 is not encryption. It's a simple obfuscation technique suitable for hiding spoilers or puzzle answers, not for securing sensitive data.