Password Generator

Make strong, random passwords in your browser. Choose the length and character types, and copy with one tap. Nothing is sent or stored.

Strength–

How to use it

A new password is made when the page opens and each time you change a setting or press New password. Press Copy to put it on your clipboard. Tick "No look-alikes" if you will need to read it out or type it by hand.

How it stays safe

How strength is measured

Strength is shown in bits of entropy: length × log₂(number of possible characters). Each extra bit doubles the number of guesses an attacker needs.

Example: 16 characters from all four sets (86 characters) is 16 × log₂(86) ≈ 103 bits. That is far beyond what anyone can guess.

BitsRating
Under 50Weak
50–69Fair
70–99Strong
100 and overVery strong

Common questions

How long should a password be?

At least 12 characters for everyday accounts. 16 or more for email, banking and anything that can reset your other passwords. Length matters more than symbols.

Should I write it down?

Use a password manager instead. It remembers a different strong password for every site, so one leaked site does not unlock the others. Turn on two-step login where you can.

Last checked: 2026-09-25