ROT13编码与解码工具
使用ROT13对文本进行编码或解码:一种位移13位、且自身互逆的凯撒密码。
如何使用本工具
- 1
Type or paste your text into the input box.
- 2
Read the transformed result in the output panel directly below as you type.
- 3
Click Copy to put the result on your clipboard, then paste it wherever you need it.
- 4
To decode ROT13 text, paste it into the same input box; running ROT13 again restores the original.
什么是ROT13?
ROT13是最著名的字母替换密码:将每个字母位移13位。由于13恰好是26个字母表的一半,对文本应用两次ROT13便会还原出原始文本。它常用于Usenet帖子中,把剧透和笑点的包袱藏起来,避免被随意读到,而非用于任何真正的安全保护。
常见使用场景
Hide a spoiler, plot twist, or puzzle answer in a forum or chat so readers must deliberately decode it.
Reproduce or decode classic Usenet and newsgroup posts that used ROT13 to mask punchlines and offensive jokes.
Teach students the Caesar cipher and modular arithmetic with a concrete, self-inverse example.
Lightly obfuscate a hint or answer key in documentation or a quiz so it is not readable at a glance.
Decode ROT13 strings you encounter in CTF challenges, crackmes, or programming exercises.
Quickly scramble a short note in a non-sensitive context where you only need casual concealment, not real security.
常见问题
ROT13安全吗?▼
相关工具
密码哈希生成器(PBKDF2)
使用PBKDF2-SHA256在你的浏览器中生成安全的密码哈希。比MD5或简单SHA更强,工作因子可调。
HMAC生成器
使用SHA-1、SHA-256、SHA-384或SHA-512生成HMAC签名。
AES-256加密
使用AES-256-GCM加密和解密文本。密钥通过PBKDF2-SHA256从你的口令派生而来。
2FA二维码生成器
为Google Authenticator、Authy、1Password及其他2FA应用生成TOTP二维码。
密码强度检测器
根据字符集大小和常见密码列表检测你密码的熵值。完全离线运行。
凯撒密码编码与解码工具
使用凯撒密码对文本进行编码或解码:按固定位移替换字母。