Skip to content

← ToolsGenerators

Password generator.

Random or memorable passwords with an entropy meter. Built on WebCrypto randomness.

Client-onlyxkcd · 128-bit
Password129 bits · Excellent

!qZ{x.&-&scX<*#v75+:

🔒 Privacy — runs 100% locally

No uploads · no cookies · works offline after load. View Source if you don't believe it.

How to use.

  1. Drag the length slider (8–64) and toggle character sets.
  2. Watch the entropy meter — aim for 70+ bits for important accounts.
  3. Regenerate until you like one, then copy.

Related tools.

FAQ.

Random or memorable?

Random for vaults and password managers; memorable (xkcd, 4 words ≈ 52 bits) for things you must type.

How is randomness sourced?

crypto.getRandomValues — the OS CSPRNG. Nothing is generated server-side because there is no server.