🔑 Password Generator

Set length, count and character sets (upper/lower/digits/symbols); passwords are produced with the browser's crypto-secure randomness. Local only: no upload.

❓ Frequently asked questions

Is the randomness strong enough?

It uses Web Crypto getRandomValues, cryptographically secure and far stronger than Math.random.

Are passwords stored or uploaded?

No. Generation and copy are local; they vanish when you close the page.

What are ambiguous characters?

Characters easy to mix up like l/1, I, O/0. Excluding them improves readability.

📚 How to use

Every account deserves a unique strong password.

Steps

  1. Set length (>=12 recommended) and count.
  2. Tick the character types you want.
  3. Click "Generate", then copy or download.