Password Generator

Generate cryptographically strong random passwords with configurable length and character classes.

All math runs in your browser — nothing is uploadedReviewed & updated: Methodology
Strength
Very strong
102 bits entropy
Your password

Click Generate…

How it works

Entropy (bits) = length · log2(alphabet size). 128+ bits is very strong.

Example

16-character password with all classes → ~104 bits of entropy.

Frequently asked questions

How long should a password be?
16+ characters with mixed classes is a good baseline.
Are these truly random?
Uses the Web Crypto API in-browser — no server sees them.
Should I reuse passwords?
Never — use a password manager to keep them unique.
Symbols vs longer length?
Length usually beats symbols for total entropy.

More in Other