ブラウザ内で Web Crypto により生成

各サイトの条件に合わせられるパスワード生成ツール

長さ、記号、数字、大文字、小文字、カスタム文字ルールを満たす安全なパスワードを生成します。

設定

詳細ルール

サイトが特定の文字を拒否する場合や、正確な最小数を求める場合だけ使います。

生成結果

0

安全性について

  • パスワードはブラウザ内でローカル生成されます。
  • 生成されたパスワードを保存、送信、記録しません。
  • 安全な乱数のために Web Crypto API を使用します。
  • 長いパスワードは、短く複雑なパスワードより強いことが多いです。

Practical guide

How to use 各サイトの条件に合わせられるパスワード生成ツール safely

A useful password generator should do more than output a random string. It should help you translate real website rules into settings you can verify before submitting a form.

Start with the allowed length

When a site lists both a minimum and maximum length, use the longest value the form accepts. Length is usually more helpful than making a short password look complex.

Limit symbols when a form is strict

Some forms require a special character but reject many punctuation marks. Enter only the symbols the site says it accepts so generated results stay compatible.

Use readable options for manual entry

If you need to type a password from another screen, exclude similar characters such as O, 0, I, l, and 1. This reduces mistakes without changing the account rules.

Choose passphrases for frequent typing

A multi-word passphrase is useful when a site allows longer passwords and you need something easier to enter. Store it in a password manager when possible.

After generating a password

  • Use a different password for every account.
  • Save the result in a trusted password manager.
  • Turn on multi-factor authentication for important accounts.
  • If a form rejects the result, recheck maximum length, allowed symbols, and banned characters.

FAQ

生成したパスワードは送信されますか?

いいえ。ブラウザ内でローカル生成されます。

サイトごとの条件に合わせられますか?

はい。サイト条件モードで条件を指定できます。

紛らわしい文字を除外できますか?

はい。O、0、I、l、1 などを除外できます。