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 QR Code 產生器
為 Google Authenticator、Authy、1Password 及其他 2FA 應用程式產生 TOTP QR Code。
密碼強度檢測器
根據字元集大小和常見密碼清單檢測你密碼的熵值。完全離線執行。
凱撒密碼編碼與解碼工具
使用凱撒密碼對文字進行編碼或解碼:按固定位移替換字母。