Password Generator

Generate strong 8 to 128 character passwords with your browser's cryptographic randomness. Nothing is uploaded and nothing is stored.

The output will appear here.

How Password Generator works

Generate strong 8 to 128 character passwords with your browser's cryptographic randomness. Nothing is uploaded and nothing is stored.

Input Password rules
Output Strong password
Works done 4,699

Password Generator Details

Password Generator builds hard-to-guess passwords using your browser's cryptographic random number generator.

Use it when you open an account, rotate a password that turned up in a breach, or need a unique secret for one service. The value is never stored anywhere.

The workflow

The steps line up with the interface:

  1. Type the number of characters you want into the length field.
  2. Run the tool; the password appears immediately.
  3. Copy it and save it in your password manager.

Limits and processing behaviour

How generation behaves:

  • Length runs from 8 to 128 characters, defaulting to 16.
  • The character pool mixes upper case, lower case, digits and punctuation, with look-alikes such as O/0 and l/1 removed.
  • Randomness comes from crypto.getRandomValues, never from Math.random.
  • The password is not sent to a server, not logged, and disappears when you reload the page.

Is this the right tool

For a one-off strong password this page is enough. If the same password has to work across devices, store the generated value in a password manager.

The tool cannot store or recover your password: leave the page without copying it and it is gone. It also does not check the result against known breach lists.

Quick tips

  • Length beats complexity: a 20-character password is stronger than a gnarly 12-character one.
  • Generate a separate password per service so one leak cannot open the rest.
  • For passwords you will type by hand, such as Wi-Fi keys, the look-alike characters are already excluded.

Privacy and data handling

The work happens locally and your data stays on the device. The single outgoing request is the usage counter, and your text is not part of it. Advertising and measurement cookies operate at page level, never inside the tool.

Frequently asked questions

Type or paste your data into the Password rules field, run the tool, then copy or download the Strong password result.

Yes. While the text field is focused, Ctrl + Enter (Cmd + Enter on macOS) runs the tool.

You can copy the output or save it as a text file with the download button. The file name is based on the tool name.

The tool shows the error message in the output area. Fix the input and run it again.