Generators

Password Generator

Generate cryptographically-strong random passwords using the Web Crypto API. Choose your character mix and password length; the tool reports an estimated entropy in bits and a strength rating.

130 bits entropyexcellent
  • Pick at least one character set.
runtime

Browser-local execution

Inputs stay inside the current tab unless you copy, download or explicitly export.

memory

Session handoff

Magic Paste can pass input to a target tool through sessionStorage, never through the URL.

control

User-owned state

Favorites, recent tools and workflow history are local browser data you can clear from the browser.

smart handoff graph

Suggested next moves

session handoff ready
sponsor

Fixed native slots for developer products. No third-party tracking, no popups, no layout shift.

Sponsor this tool
01

How to use

  1. 01Pick the length (anything from 6 to 128 characters).
  2. 02Toggle character sets — uppercase, lowercase, digits, symbols.
  3. 03Optionally enable “avoid ambiguous” to drop look-alikes such as O / 0 / l / 1.
  4. 04Click Regenerate for a fresh batch of five candidates.
02

FAQ

How is randomness sourced?
Via window.crypto.getRandomValues, the browser's CSPRNG. Each character is drawn uniformly from the chosen pool.
What entropy is enough?
60 bits is fine for everyday accounts; 80+ bits is recommended for high-value secrets such as encryption keys or admin passwords.
03

Related tools