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を2回適用すると元のテキストに戻ります。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コードジェネレーター
Google Authenticator、Authy、1Password、その他の2FAアプリ向けにTOTPのQRコードを生成します。
パスワード強度チェッカー
パスワードのエントロピーを、文字集合の大きさや一般的なパスワードのリストと照らし合わせて確認します。完全にオフラインで動作します。
シーザー暗号エンコーダー&デコーダー
シーザー暗号でテキストをエンコードまたはデコードします。固定のシフト量に従って文字を置き換える方式です。