Password Generator

Create strong random passwords in the browser.

Guide: Password Generator

Create strong random passwords with length and character-set options. Generation uses the browser’s cryptographic RNG when available. Length beats complexity theater: a 16+ character random passphrase drawn from a big alphabet survives offline guessing attacks far better than short strings packed with symbols that humans reuse everywhere.

Password hygiene

Prefer long passwords or passphrases, avoid reuse across sites, and store secrets in a reputable password manager.

Turn on multi-factor authentication for email and banking even when passwords are strong—SIM-swap and phishing attacks target recovery flows.

Character sets and copy safety

Including symbols helps entropy but can break older mainframes or confuse PDF copy-paste. Toggle sets to match the site’s allowed rules.

After generating, paste once into your password manager rather than leaving the value sitting in clipboard history on shared PCs.

When random passwords are wrong tool

Machine-to-machine secrets and API keys should come from your cloud provider’s secret manager with rotation policies, not from a browser tab.

Related calculators