All Tools

Password Generator

Generate cryptographically secure random passwords with customizable length and character sets. Nothing leaves your browser.

Frequently Asked Questions

Common questions about the Password Generator tool.

In 2026, minimum 14 characters for a user password, 30+ for service accounts or API keys. Longer is always better — length beats complexity for brute-force resistance.

Character variety helps against brute-force, but length matters more. A 20-character all-lowercase passphrase (`correct-horse-battery-staple-india`) is stronger than an 8-character mixed-case one with symbols.

Yes — it uses `crypto.getRandomValues()`, which is the browser's cryptographically-secure random source. Do not use Math.random() for passwords.

Always. 1Password, Bitwarden, KeePassXC, or Apple/Google's built-in managers. Never reuse, never write on paper, never store in browser history.