Pick a mode
Random characters for maximum density per keystroke, or a memorable passphrase of EFF short-list words for the few secrets you must type and remember.
Free tools · Passwords
Random characters or memorable passphrases with live entropy ratings, drawn with your browser's secure generator — never stored, never uploaded.
Fresh randomness
Random characters or memorable diceware-style passphrases, drawn with your browser's secure generator. Nothing is stored or uploaded; the secret wipes after ten idle minutes.
How it works
The same policy math as the strength calculator, pointed forward: see what the rules are worth before you commit to a secret.
Random characters for maximum density per keystroke, or a memorable passphrase of EFF short-list words for the few secrets you must type and remember.
Length and character classes for random mode (lookalikes optional); word count, separator and capitalization for passphrases. The entropy rating updates live.
Copy the fresh secret straight into your password manager, regenerate for another, or clear it. Everything wipes after ten idle minutes.
Questions
If you manage servers by hand, see the engineering services behind this tools series.
No. Generation runs entirely in your browser with crypto.getRandomValues — the page makes no network requests, stores nothing, and wipes the secret after ten idle minutes (sooner if you press Clear). You can verify this in your browser's developer tools or disconnect from the network after the page loads.
They come from your browser's audited cryptographic generator (crypto.getRandomValues), drawn without modulo bias, with at least one character from every active class. That is the same quality source password managers use — far stronger than Math.random, which this page never touches.
Random characters for anything a manager fills in: more entropy per character. Passphrases for the handful you must memorize and type — the master password of your manager, disk encryption, backups. Six EFF short-list words carry about 62 bits: strong, typable, memorable.
The embedded EFF Short Wordlist #1 (1296 short words, by the Electronic Frontier Foundation, CC BY 3.0 US). It ships with the page, so passphrases generate fully offline. Each word adds about 10.3 bits of entropy.
No — it is a fixed transform an attacker can guess, so the entropy readout ignores it. Capitalize for readability if you like; add another word if you want more strength.
That tool grades a password you already have; this one creates fresh secrets with known entropy. Generate here, then paste into the strength calculator if you want the full crack-time table and breach-list check.