2FA用QRコードジェネレーター
Google Authenticator、Authy、1Password、その他の2FAアプリ向けにTOTPのQRコードを生成します。
このツールの使い方
- 1
Type the service name into the first field (this becomes the issuer label, e.g. RevealTheme).
- 2
Enter the account identifier, usually the user's email or username.
- 3
Paste an existing Base32 secret, or click Random to generate a fresh 32-character one with crypto.getRandomValues.
- 4
Scan the QR code that appears below with your authenticator app, or copy the otpauth:// URI shown under it.
2FA用QRコードジェネレーターとは何ですか?
二段階認証アプリは、QRコードとしてエンコードされたotpauth://形式のURIをスキャンして、時刻ベースのワンタイムパスワード(TOTP、RFC 6238)を設定します。このツールは、サービス名、アカウント識別子、Base32形式のシークレットからURIを構築し、それをスキャン可能なQRコードとして表示します。
よくある活用例
Demoing a 2FA enrollment flow in a tutorial, slide deck, or product screenshot without wiring up a real backend.
Generating a test TOTP secret while developing or QA-testing a login system that uses standard SHA1/6-digit/30-second codes.
Re-encoding a Base32 secret you already hold (for example from a recovery backup) into a fresh scannable QR.
Teaching teammates how the otpauth:// Key URI Format is structured by showing the URI printed beneath the QR.
Quickly checking whether an authenticator app accepts the default TOTP parameters before committing to a server-side library.
Creating a throwaway 2FA setup for a sandbox or staging account where the secret does not protect anything sensitive.
よくある質問
シークレットはどこかに送信されますか?▼
関連ツール
パスワードハッシュジェネレーター(PBKDF2)
PBKDF2-SHA256を使い、ブラウザ内で安全なパスワードハッシュを生成します。MD5や単純なSHAより強力で、作業係数を調整できます。
HMACジェネレーター
SHA-1、SHA-256、SHA-384、SHA-512を使ってHMAC署名を生成します。
AES-256暗号化
AES-256-GCMでテキストを暗号化・復号します。鍵はPBKDF2-SHA256を使ってパスフレーズから導出されます。
パスワード強度チェッカー
パスワードのエントロピーを、文字集合の大きさや一般的なパスワードのリストと照らし合わせて確認します。完全にオフラインで動作します。
シーザー暗号エンコーダー&デコーダー
シーザー暗号でテキストをエンコードまたはデコードします。固定のシフト量に従って文字を置き換える方式です。
ROT13エンコーダー&デコーダー
ROT13でテキストをエンコードまたはデコードします。13文字ずらすシーザー暗号で、自己反転型の暗号です。