シーザー暗号エンコーダー&デコーダー
シーザー暗号でテキストをエンコードまたはデコードします。固定のシフト量に従って文字を置き換える方式です。
このツールの使い方
- 1
Type or paste your message into the text area.
- 2
Drag the Shift slider to pick a key from -25 to +25; the default is 3.
- 3
Read the transformed text in the gray output box, which updates instantly as you type or move the slider.
- 4
To decode a message, set the shift to the negative of the value used to encode it (for example, use -3 to undo a +3 shift).
シーザー暗号とは何ですか?
シーザー暗号は、知られている暗号化手法の中でも最も古いものの一つで、紀元前50年頃のユリウス・カエサルの軍事通信にまでさかのぼります。各文字はアルファベット上で固定された数だけ位置をずらされます。可能な鍵がわずか25通りしかないため簡単に解読できますが、暗号の基礎を学ぶには最適なツールです。
よくある活用例
Teaching cryptography basics in a classroom by letting students watch each letter shift in real time.
Solving or creating Caesar-cipher puzzles in escape rooms, ARGs, and CTF challenges.
Decoding ROT13 text from forums or email by setting the shift to 13 or -13.
Brute-forcing an unknown shift: scrub the slider through all 25 values until readable text appears.
Generating lightly obfuscated spoiler text or hint answers that readers must shift back to reveal.
Prototyping and debugging encode/decode logic before wiring up a stronger cipher in your own code.
よくある質問
シフト量が13とはどういう意味ですか?▼
関連ツール
パスワードハッシュジェネレーター(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コードを生成します。
パスワード強度チェッカー
パスワードのエントロピーを、文字集合の大きさや一般的なパスワードのリストと照らし合わせて確認します。完全にオフラインで動作します。
ROT13エンコーダー&デコーダー
ROT13でテキストをエンコードまたはデコードします。13文字ずらすシーザー暗号で、自己反転型の暗号です。