Utilities Processed locally

Password & Token Generator

Generate cryptographically random passwords (character classes), passphrases (word list), and API tokens (hex / base62 / base64 / base64url / custom), from the browser's crypto.getRandomValues. Each result shows an entropy estimate; the Strength & policy tab breaks down the first one. Copy and download mask the value in shared links. Nothing is uploaded or stored.

Auto-generates as you change options. Click Regenerate for a fresh set.

How to use the Password & Token Generator

Generate strong, cryptographically random passwords, API keys, session secrets, and one-time tokens. Choose length, mix uppercase, lowercase, digits, and symbols, exclude lookalike characters, and generate several at once. Randomness comes from the browser's crypto.getRandomValues — the same primitive used by password managers and TLS implementations. Nothing is uploaded or stored.

What it does

When to use it

How to use it

  1. Set the length (16+ for general use, 32+ for secrets and tokens).
  2. Toggle character sets — including symbols unless your target system rejects them.
  3. Optionally exclude look-alike characters for human-typed passwords.
  4. Click Generate; copy the result to clipboard or generate several at once.
  5. Store the new credential in a real password manager — do not paste into chat or email.

Tips & pitfalls

FAQ

Runs locally in your browser using crypto.getRandomValues. No uploads. Generated secrets are not stored.

Related guides