Password generator

What this password generator does

Build secrets by mixing length with toggles for lowercase, uppercase, digits, and symbols according to the rules your vault or legacy mainframe still demands. Good generators pull entropy from cryptographically strong sources—never from predictable clocks alone. Treat each click as disposable: copy into your password manager, never email plaintext, and regenerate if you pasted into the wrong field.

When to use it

Use it when onboarding staff, rotating API keys that behave like passwords, or satisfying "min 16 chars + symbol" policies without inventing pet names. Evaluate candidates with Password strength checker, store with Bcrypt generator mindset on the server (hash, don't encrypt-and-forget), and prefer hardware keys or SSO where possible.

Worked example

A bank portal rejects anything without symbols but breaks on <; you toggle symbol sets until both complexity scanners and the ancient keyboard layout agree.

Frequently asked questions

How long is enough?

Length beats leetspeak. Many guides recommend 16+ random characters for general accounts.

Memorable passwords?

Use passphrases or manager-generated secrets—brain-only random strings rarely stay random.

Is clipboard safe?

Clear history on shared machines; some malware scrapes clipboards.

Related tools

Similar tools

Password strength checker

Make sure your passwords are good enough.

476

Popular tools