Password Generator

Generate strong, random passwords. Customize length, character sets, and exclusions. Button-triggered (no auto-generate).

Recommended ≥ 12
How many to generate
Used if “Symbols” is selected
Entropy estimate:
Copies all generated passwords, one per line

Password best practices

Entropy & strength (simple view)

Entropy is the “unpredictability” of a password. A quick estimate is: bits ≈ length × log2(poolSize), where poolSize is the number of possible characters (e.g., 26 lowercase + 26 uppercase + 10 digits + symbols).

BitsInterpretation
~< 40Weak: guessable with modest effort
40–60Okay for low-risk use
60–80Strong for typical accounts
> 80Excellent for high-value secrets

Note: This is a rough guide—not a guarantee against targeted attacks or poor storage by websites.