Security & Password
Password Generator
Generate strong random passwords or memorable passphrases in your browser, using the operating system's secure random number generator.
Good to know
Frequently asked questions
Are these passwords really random?
Yes. They use crypto.getRandomValues, the browser's cryptographically secure random source, with rejection sampling so every character is equally likely. Math.random is never used.
Are my passwords saved anywhere?
No. They exist only in the page while it is open — nothing is sent to a server, written to local storage, or logged. Copy the one you want before leaving.
How long should my password be?
At least 12 characters for everyday accounts and 16 or more for email, banking and password-manager master passwords.
Why choose a passphrase?
Several random words are much easier to remember and type than a random string while still being hard to guess, which suits logins you enter by hand.