Generate cryptographically strong passwords in 6 modes - random, passphrase, pronounceable, PIN, pattern, and API secret keys. Instant strength score with real entropy bits, crack-time against brute-force and GPU attacks, bulk export, site-specific presets. Everything runs in your browser. Nothing is ever sent to our servers.
History is stored only in this browser tab and is erased when you close it. Nothing is sent to our servers.
What's different
Real entropy bits, crack-time against actual attack models, 6 generation modes, bulk export, site presets - not just a character checkbox and a copy button.
See the actual information-theoretic entropy of your password in bits, not just a vague "weak/strong" label. Understand exactly what makes your password more or less guessable.
understand your securityCrack time is shown against three real attack scenarios: online throttled attacks (1K/s), offline brute-force (1B/s), and GPU cluster attacks (100B/s). Actual numbers, not guesses.
three attack modelsRandom for maximum entropy, Passphrase for memorability, Pronounceable for accounts without a manager, PIN for devices, Pattern for company format requirements, and API keys for developers.
right type for the use caseBanking, email, social, gaming, Wi-Fi, enterprise, master password, and crypto presets auto-configure the generator to meet the actual requirements and best practices for each context.
no manual settings neededGenerate up to 50 passwords at once using your current settings. Copy all to clipboard or download as a .txt file. Perfect for seeding user accounts, testing, or handing out temporary credentials.
50 passwords in one clickWe use the browser's cryptographic random number generator - the same one used by password managers and security software - never the predictable Math.random(). Nothing is sent to our servers.
actually cryptographically secureQuick guide
Select a generation mode (Random for stored passwords, Passphrase if you need to memorise it), then optionally click a site preset to auto-configure length and character requirements.
Look at the entropy bits and crack-time cards. Aim for at least 60 bits of entropy. If the GPU crack time is under 1 million years, increase the length or add more character types.
Copy the password, then immediately save it in a password manager (Bitwarden is free). Never store passwords in notes, spreadsheets, or browser autofill on shared devices.
The conventional wisdom that special characters make passwords secure is partially true - but length is the dominant factor. A 20-character password using only lowercase letters has more possible combinations than a 12-character password using every character type. Each additional character multiplies the keyspace exponentially.
| Mode | Best for | Typical entropy | Memorable? |
|---|---|---|---|
| Random | Any stored password in a manager | 80-130 bits | No - store it |
| Passphrase | Master passwords, accounts you must type | 51-90 bits | Yes - 4+ words |
| Pronounceable | Accounts without a manager, shared verbally | 40-70 bits | Yes - sayable |
| PIN | Device unlock codes, ATM PINs, numeric-only fields | 13-20 bits | Yes - short |
| Pattern | Company IT policies with specific format rules | Varies | Depends |
| API / Secret | Developer tokens, webhook secrets, JWT signing keys | 128-256 bits | No - paste it |
P@ssw0rd123!.
Real password attacks don't try every combination starting with "aaaa". Attackers use credential stuffing (reusing leaked passwords), dictionary attacks (known words and common substitutions), and rule-based attacks (systematic mutations like adding numbers at the end). The patterns people think make passwords clever - like replacing E with 3, or adding 123 - are the first things attackers try.
The three crack-time estimates in this tool model three different attack scenarios: throttled online attacks (where a login form blocks after 10 tries), offline attacks where the hash has been leaked and an attacker can try billions per second on a single machine, and GPU cluster attacks representing nation-state or well-resourced criminal capabilities at 100 billion guesses per second.
Yes, without qualification. Bitwarden is free and open-source. 1Password and NordPass are premium options. The practical security benefit of using unique passwords everywhere, enabled only by a manager, far outweighs any theoretical risk of keeping passwords in a vault. 81% of data breaches involve reused or weak passwords - using a manager addresses that directly.