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
session handoff readySuggested next moves
/gen
Mock Data Generator
Generate deterministic user mock data as JSON or CSV.
/gen
QR Studio
Design art QR codes with dots, rounded modules, logos, badges, UTM links and poster exports.
/gen
Lorem Ipsum Generator
Generate placeholder text by paragraphs, sentences or words.
/gen
Recipe Gallery
Curated local workflow recipes for repeatable developer transformations.
sponsor
Sponsor this toolFixed native slots for developer products. No third-party tracking, no popups, no layout shift.
01
How to use
- 01Pick the length (anything from 6 to 128 characters).
- 02Toggle character sets — uppercase, lowercase, digits, symbols.
- 03Optionally enable “avoid ambiguous” to drop look-alikes such as O / 0 / l / 1.
- 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
- /gen→Mock Data GeneratorGenerate deterministic user mock data as JSON or CSV.
- /gen→QR StudioDesign art QR codes with dots, rounded modules, logos, badges, UTM links and poster exports.
- /gen→Lorem Ipsum GeneratorGenerate placeholder text by paragraphs, sentences or words.
- /gen→Recipe GalleryCurated local workflow recipes for repeatable developer transformations.