コード、データと QRツール

Strong Random Password ジェネレーター

「Strong Random Password ジェネレーター」はコード、データと QRに使えるブラウザツールです。入力内容と結果は通常この端末内で処理され、登録は必要ありません。

ブラウザ内で処理登録不要プライバシーの説明 ↗

Choose 8 to 128 characters.

Generate 1 to 20 passwords.

Character groups

Removes O, 0, I, lowercase l, 1, and |.

使い方

使い方

  1. Choose a password length and how many passwords to generate.
  2. Select the character groups you want and whether to exclude ambiguous characters.
  3. Generate the passwords, save them in a password manager, and copy the list only when you are ready to use it.

Cryptographic browser randomness

The generator uses crypto.getRandomValues with rejection sampling, so character selection avoids modulo bias. It guarantees at least one character from every enabled group and applies a cryptographic Fisher–Yates shuffle.

Handle the result as a secret

Passwords are generated and displayed only in this browser page, but anything visible on screen can still be copied, captured, or observed. Store each password in a trusted password manager, do not reuse it, and close or clear the page when finished.

よくある質問

あわせて知りたいこと

Are passwords sent to a server?

No. Generation runs in your browser and the page does not submit generated passwords.

What does exclude ambiguous characters remove?

It removes O, 0, I, lowercase l, 1, and the vertical bar to reduce visual confusion.

Can I use one password for several accounts?

No. Generate a separate password for every account and store it in a password manager.