無料ツールFree tool
パスワード生成ツールPassword Generator
長さと文字種を指定して、安全な乱数で強力なパスワードを生成します。Generate strong passwords with secure randomness by setting the length and character types.
覚えにくいけれど安全な、ランダムなパスワードを生成する無料ツールです。暗号論的に安全な乱数を使い、生成はすべてブラウザ内で完結します。A free tool for generating random passwords that are secure yet hard to memorize. It uses cryptographically secure randomness, and everything is done within your browser.
特長Features
- 暗号論的に安全な乱数(crypto.getRandomValues)で生成Generated with a cryptographically secure random source (crypto.getRandomValues)
- 長さ・文字種(英大文字・英小文字・数字・記号)を自由に指定Freely set the length and character types (uppercase, lowercase, digits, symbols)
- 紛らわしい文字(0/O・1/l/I)を除外するオプションOption to exclude ambiguous characters (0/O, 1/l/I)
- 生成もコピーもすべてブラウザ内。パスワードは外部に送信されませんEverything runs in your browser. Passwords are never sent externally
使い方How to use
- 長さと使う文字種を選びます。Choose the length and character types.
- 「生成する」を押すとパスワードが表示されます。Press "Generate" to show the password.
- 「コピー」でクリップボードにコピーできます。Press "Copy" to copy it to your clipboard.
よくある質問FAQ
- 生成したパスワードは保存・送信されますか?Are generated passwords stored or sent anywhere?
- いいえ。お使いのブラウザ内だけで生成し、どこにも保存・送信しません。ページを離れると消えます。No. They are generated entirely within your browser and are never stored or sent anywhere. They disappear when you leave the page.
- Math.random と何が違いますか?How is this different from Math.random?
- 本ツールはより安全な crypto.getRandomValues を使用し、予測されにくい乱数でパスワードを生成します。This tool uses the more secure crypto.getRandomValues, generating passwords from randomness that is hard to predict.
本ツールはすべてお使いのブラウザ内だけで動作します。入力した内容がサーバーへ送信されることはありません。This tool runs entirely in your browser. Nothing you enter is sent to any server.