Generate truly random passwords and memorable passphrases â private, secure and instant. Everything happens on your device.
Trust at a glance: CSPRNG âą Client-side âą No storage âą Copy & Hide âą Bulk output
Math.random
.Passphrase: easier to remember, still strong. Use 7 words with hyphens or spaces; add a number or symbol if a site insists.
Examples (approx.):
Q: Is this generator truly random?
A: Yes. It uses your browserâs cryptographically secure random number generator to sample characters uniformly.
Q: Do you store or send my passwords?
A: No. Generation is entirely client-side. We donât transmit, log or analyse any generated values.
Q: What length should I use for a strong password?
A: Aim for 16â24 characters as a baseline; 20+ for high-value accounts. Longer generally means stronger.
Q: Whatâs a good passphrase configuration?
A: 7 words with a hyphen separator is a smart default. Turn on Capitalise if you prefer mixed case.
Q: What are âambiguous charactersâ and why exclude them?
A: Look-alikes such as O/0, l/1, and various brackets. Excluding them reduces confusion without harming strength.
Q: Can I enforce âat least one of each character typeâ?
A: Yes. Enable Require one of each. We then sample fairly from each class and shuffle to avoid positional bias.
Q: How is strength calculated?
A: We estimate entropy (bits) from your length and alphabet size. The meter labels (Weak/Good/Strong/Very strong) map to common guidance thresholds.
Q: Can I generate multiple passwords at once?
A: Yes. Use Bulk to create 10â100 at a time. You can copy all or download as CSV. Handle exports with care.
Q: Does this work on mobile?
A: Absolutely. Itâs mobile-friendly with large tap targets and keyboard support.
Q: Can I use my own wordlist for passphrases?
A: Yes. Paste one word per line. Larger lists increase entropy; the display updates accordingly.
Q: Is there a risk in copying to the clipboard?
A: Only copy over HTTPS and paste directly into your password manager or target app. Avoid leaving secrets in notes or chats.
Q: Why not just force symbols everywhere?
A: Symbols alone donât guarantee strength. Length and uniqueness matter more than arbitrary complexity rules.
Was this calculator helpful?
Rate your experience to help us improve.
Thanks for rating! See the average and total ratings above.
Not rated yetâbe the first to rate this calculator.