Password Generator
The password generator creates strong random passwords from a character set you choose, or memorable multi-word passphrases. Everything is generated with the browser cryptographic random number generator and never leaves your device.
Set your options and press the generate button.
Results update automatically and are calculated on your device. Nothing you type is sent to a server.
Runs in your browser. Processing happens entirely in your browser. Nothing you enter is sent to Delimiter.live.
How to use the Password Generator
- Choose random characters for maximum strength, or a passphrase if you have to type it by hand.
- Set the length — 16 characters or more for anything that matters.
- Generate, then copy a password straight into your password manager.
- Enable the look-alike exclusion if the password will be read aloud or transcribed.
Example
20 characters, all sets enabled
K7#mQ2vX!pL9wR4dTz%e Estimated entropy: about 128 bits
Common use cases
- Creating a unique password for a new account.
- Generating a database or service credential during setup.
- Producing a passphrase for a device or disk encryption key you must type manually.
- Rotating a credential after an incident.
Limitations and things to watch for
- Randomness comes from crypto.getRandomValues(), the browser cryptographically secure generator. Passwords are created locally and never transmitted, but a compromised device or a malicious browser extension can read anything on the page — generate credentials on a machine you trust.
- Passphrases are built from a fixed list of about 1,200 English words, which is roughly 10 bits of entropy per word. The exact list size and the resulting entropy are shown with every result, so nothing is left to guesswork.
- Length matters far more than exotic symbols. A 20-character password from letters and digits alone is stronger than an 8-character one full of punctuation.