Free tool

Free Password Generator — Cryptographically Strong, in Your Browser

Adjustable length, character-set toggles, optional ambiguous-character filter, and a real entropy-bit strength meter. Uses window.crypto.getRandomValues (the browser's secure RNG) — nothing is sent to any server.

Options

Defaults to a 20-character password with letters, numbers, and symbols — that's already past "excellent."

How this works

For each character we pick a random byte using window.crypto.getRandomValues — the same generator browsers use for cryptographic operations. We discard any byte that would cause modulo bias and re-roll, so every character in the alphabet has exactly equal probability. Entropy bits = log2(alphabet size) × length, which is the standard NIST formula for random passwords.

Want a "set it up once" digital-life pack?

Our Digital Declutter Pack walks you through setting up a password manager, two-factor authentication, and a recovery plan in about an hour — printable checklists included.

Browse templates
Plain English. No "enterprise security" jargon.
Copied!