Password Generator
Strong random passwords with Web Crypto — in your browser.
Generated in your browser with the Web Crypto API — your password is never sent anywhere.
Generate a strong, random password right in your browser. Choose the length, pick which character types to include — uppercase, lowercase, digits and symbols — and optionally exclude look-alike characters like the letter l, the number 1, capital O and zero. Every password is produced with the Web Crypto API’s crypto.getRandomValues, a cryptographically secure random source — never the predictable Math.random that weaker tools use. We also show you the exact entropy in bits so you can see, in real numbers, how hard the password is to guess, rather than trusting a vague coloured bar. Unlike the generators built by password-manager companies, this tool sells you nothing and stores nothing: the password is created on your device and is never transmitted, logged or saved — we literally cannot see it. Prefer something you can remember? Switch to the memorable mode to build a passphrase from random everyday words.
How it works
- Pick the length and the character types you want to include.
- Optionally turn on “exclude look-alike characters” to avoid l/1/I/O/0 confusion.
- Read the entropy in bits — higher is stronger. Hit Regenerate for a fresh one.
- Click Copy. The password was generated in your browser and never left your device.
FAQ
Related pages
More Generators tools
Lorem Ipsum Generator
Generate Lorem Ipsum placeholder text — words, paragraphs or HTML.
QR Code Generator
Text, URL or Wi-Fi → QR code (SVG/PNG), in your browser.
UUID Generator
UUID v4 & v7 — single or bulk, in your browser.