Password Generator
Generate a strong, secure random password. Click the password to regenerate.
🔒 Generated entirely in your browser with a secure random generator — nothing is sent or stored. Free, no sign-up.
About the Password Generator
Password strength depends on two things: length and randomness. A 16-character password using uppercase, lowercase, numbers and symbols has over 3.5 × 10²⁹ possible combinations — even the fastest modern computers would take millions of years to crack using brute force.
This generator uses window.crypto.getRandomValues() — a cryptographically secure random number generator built into every modern browser. Nothing is sent to any server. The password exists only in your browser and is never logged or stored anywhere.
The NIST (National Institute of Standards and Technology) recommends passwords of at least 15 characters and discourages periodic forced changes, which lead to predictable patterns (Password1 → Password2). Instead, use a unique, random password for every account and store them in a password manager.
For other security-conscious tools: the Decision Maker uses cryptographic randomness for coin flips, and the Random Name Picker is equally unbiased for choosing between options.
How to use the Password Generator
Frequently Asked Questions
k7$Rm2!xQ). A passphrase is several random words joined together (like Tiger-Maple-River-7) — usually longer, far easier to type and remember, and just as strong when you use enough words.