パスワード生成
安全なランダムパスワード、覚えやすいパスフレーズ、PIN コードをブラウザ内で直接生成します。
Generated locally in your browser. Nothing is uploaded.
モード
結果
生成された結果がここに表示されます。
仕組み
Random passwords and PIN codes are generated using secure browser randomness provided by crypto.getRandomValues(), part of the Web Cryptography API. This method creates cryptographically strong random values and is suitable for generating security-sensitive data such as passwords, PINs and tokens.
覚えやすいパスワードはローカルの単語リストとシンプルな整形ルールを組み合わせて作られます。単語は区切り文字でつなぎ、必要に応じて先頭を大文字にしたり数字と組み合わせたりして、読みやすく覚えやすい結果にできます。
パスワード生成はすべてブラウザ内で完結します。生成された値が送信・保存・記録されることはありません。
例
vL8#Km2!sQ9@rF4x River-Planet-Sun-42 481729
よくある質問
強いパスワードはどう生成しますか?
Use a longer length and include uppercase letters, lowercase letters, numbers and symbols. More variety and more characters produce stronger results.
覚えやすいパスワードとは?
A memorable password is a passphrase made from several simple words, optionally combined with capitalization or a number at the end.
このパスワード生成ツールは安全ですか?
はい。生成はブラウザ内で直接行われ、サーバーへの問い合わせは発生しません。
このツールはパスワードをどこかへ送りますか?
いいえ。何もアップロードされず、生成された値が外部サービスへ送られることもありません。
PIN の長さはどうすべきですか?
PIN は長いほど推測されにくくなります。可能なら 6 桁か 8 桁を、4 桁は必須フォーマットの場合のみ使いましょう。
このツールの一般的な使い方
Read the practical guide for choosing between random passwords, passphrases and PINs.