Password Generator

Create strong, truly random passwords with one click. Choose the length and character types, and the generator uses your browser's cryptographic random source. Your password is never sent anywhere — it exists only on your device.

What makes a strong password

Strength comes from length and randomness, measured in bits of entropy — each bit doubles the number of guesses an attacker needs. A random 16-character password with mixed types has ~100 bits, far beyond brute-forcing. A memorable word, however clever, has very little.

EntropyRating
Under 40 bitsWeak
40–60 bitsFair
60–90 bitsStrong
90+ bitsVery strong

Good password habits

Private by design. Passwords are generated with crypto.getRandomValues in your browser and never transmitted. This site is static.

Frequently asked questions

Are these passwords safe?

Yes — generated with the browser's cryptographic random source and never uploaded. They exist only on your device.

How long should a password be?

At least 12 characters; 16+ for important accounts. Length beats complexity.

What does “exclude look-alikes” do?

Removes l, 1, I, O, 0 so the password is easier to read and type by hand.

Is the password stored or uploaded?

No — it's shown only in your browser and never saved by us.

More free tools

Security/dev: Hash Generator · See all Alienated Tools.