Character passwords vs passphrases
Characters mode builds a random string from the sets you enable: uppercase, lowercase, numbers, symbols, and optionally spaces.
Use the length presets, or open a fixed-length page such as
12 characters
or
16 characters
when a site requires an exact size.
Words mode builds a memorable passphrase from the EFF large wordlist (7,776 words).
Privacy and randomness
Generation runs entirely in your browser with crypto.getRandomValues.
Nothing is uploaded, stored, or logged on a server. Click Regenerate anytime for a new value.
Spaces and ambiguous characters
Enable Spaces when a site allows whitespace in passwords.
Exclude ambiguous removes lookalikes like 0, O, l, 1, and I
so passwords are easier to read or type aloud.