Invented words you can say out loud.
Random syllables assembled into something sayable — useful when you have to key a password into a console, a TV or someone else's machine.
Generated in your browser with the Web Crypto API. Nothing is sent or stored.
Pronounceable settings
Each syllable is an opening sound plus a vowel, sometimes with a closing consonant.
Quick presets
Generate several at once
Choose 5, 10 or 20 to compare candidates side by side. Nothing is stored — the list disappears when you close the tab.
Sayable, not dictionary
Each syllable is an opening sound and a vowel, sometimes with a closing consonant, drawn securely from fixed sets. The result is not an English word, so a dictionary attack has nothing to match — but the structure does reduce the number of possibilities compared with a fully random string of the same length.
KeyMint states that trade-off rather than hiding it. If you do not need to say the password aloud, a random one of the same length is stronger.
Generated entirely in your browser
KeyMint never receives your passwords. There is no account, no database, no server-side generation and no password history. Close the tab and everything you generated is gone.
Nothing is transmitted
Passwords are never sent anywhere — not to KeyMint, not to an analytics service, not to a breach-checking API, and never placed in a URL.
Nothing is stored
No local storage, no cookies, no IndexedDB. Pinned passwords live in the page's memory and vanish when you close it.
Real randomness
Every choice comes from crypto.getRandomValues() with rejection sampling, so no character or word is more likely than another.
Other ways to make a password
Each mode is the same generator with a different shape. Nothing you make in one is carried into another.
Strong Random
The strongest general-purpose choice. Best when a password manager stores it for you.
Passphrase
Several random words. Easy to remember, easy to type, strong when you use enough of them.
Readable
Real words with controlled substitutions. Trades some randomness for memorability.
PIN
For locks, cards and devices that only accept digits.
Custom
Exact character rules, or a pattern such as W-W-NN-S.