Password Generator — Configurable & Bulk

Generate cryptographically strong passwords with fine-grained control over length and character sets. Exclude ambiguous characters (0/O, 1/l/I) to reduce transcription errors. Bulk generate for team provisioning.

Last updated: · Runs 100% in your browser

Generated passwords appear here. Never logged, never transmitted.

// What is the Password Generator?

The Password Generator creates random passwords and passphrases using the Web Crypto API, the browser's cryptographically secure random source. You control length and which character classes are included, and the tool shows the resulting entropy in bits so you can see the security you are actually buying rather than guessing from a coloured bar. Entropy is dominated by length: adding characters increases the search space exponentially, while sprinkling symbols into a short password barely moves it. Because generation happens locally and nothing is transmitted or stored, the password exists only in your clipboard and your password manager. Generate one credential or a batch, with no rate limit and no account required.

// Features

  • Length slider (8–128)
  • Toggle upper, lower, numbers, symbols
  • Exclude ambiguous characters option
  • Bulk generate 1–100

// How to use

  1. 01Set your desired length.
  2. 02Toggle the character sets you want.
  3. 03Click Generate and copy.

// Use cases

  • Creating a unique credential for a new service before storing it in a manager.
  • Rotating a shared service account password after a team change.
  • Generating API keys, webhook secrets or seed values for development.
  • Producing a memorable passphrase for a device or disk you unlock by hand.

// FAQ

Your data never leaves your browser. This tool runs 100% locally — no upload, no logging, no analytics on your inputs.

// Related tools