Password Generator
Uses your browser’s cryptographic random generator. Nothing is sent over the network, and nothing is logged — the page has no server side at all.
Runs entirely in your browser — nothing is uploaded to a server.
—Strength
—Bits of entropy
—Offline crack time
Options
Options
Ten at once
Frequently asked
Is it safe to generate a password on a website?
Only if it happens locally. This one does — you can disconnect from the internet and it still works, which is the test worth applying to any password tool.
How long should a password be?
Sixteen characters or more for anything important. A four-word passphrase is easier to type and just as strong.
Do you store the passwords?
No. There is no database and no request — the password exists only in your browser tab.