PDF & Document
PDF Compressor
Reduce PDF file size while preserving clear, readable quality.
Open toolSecurity & Password
Generate strong random passwords or memorable passphrases in your browser, using the operating system's secure random number generator.
Good to know
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.
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.
At least 12 characters for everyday accounts and 16 or more for email, banking and password-manager master passwords.
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.