パスワードジェネレーター

ルーター管理画面、Wi-Fi、IP カメラ、IoT デバイス用の暗号学的に強力なランダムパスワードを生成。長さ(8〜64)、大文字、数字、記号を調整可能 — すべてブラウザ内で生成されます。

crypto.getRandomValues でローカル生成 — ネットワーク送信も保存も一切行いません。

なぜジェネレーター?

Memorable passwords get reused; reused passwords leak. A generator paired with a password manager solves both problems.

よくある利用例

よくある質問

乱数は暗号学的に安全?+

Yes. We use the browser's window.crypto.getRandomValues — the same API used to generate keys for HTTPS and signed cookies. The output is unpredictable and never sent over the network.

記号を含めるべき?+

Yes when the system allows them — symbols add entropy and slow down brute-force attacks. Some legacy admin panels reject "$" or "&"; turn symbols off if you hit that.

パスワードはどれくらいの長さが必要?+

オンラインサービスでは 12 文字が実用的な最低ライン。ルーター管理や Wi-Fi キーは 16 文字以上を推奨。マスターパスワードや root SSH など重要アカウントには 20 文字以上が適切です。

ツール

セキュリティのヒント

デフォルトパスワードを使用中?NordVPNの暗号化でネットワークを保護しましょう。