20-Character Password Generator

Generate a random 20-character password instantly in your browser. High-margin security for accounts that matter — free, private, nothing stored.

Generating…

Click to copy

Very strong
Time to crack (offline): longer than the age of the universe129 bits of entropy
Length20 characters
Include

Twenty characters is where a password stops being merely "uncrackable" and starts carrying a margin wide enough to ignore hardware progress entirely. A fully random 20-character password using uppercase letters, lowercase letters, numbers, and symbols holds about 129 bits of entropy — comfortably past the 128-bit threshold cryptographers treat as beyond any conceivable brute-force attack, classical or otherwise. That makes 20 a natural choice for the accounts where a compromise hurts most: primary email, banking, cloud storage, and anything that can reset other passwords. It is also the default this site uses for Wi-Fi keys, and a sensible length for shared credentials that will live in a team vault for years. The only cost of the extra length is typing it by hand, and a password manager removes even that. Everything is generated locally in your browser using crypto.getRandomValues() — no password ever leaves your device. Generate, copy with one click, and store it in your manager.

20-character password examples

A strong 20-character password carries about 129 bits of entropy — twenty random characters across all four character types, past the threshold where brute force stops being a concept. The examples below come from your own browser’s cryptographic generator, created this moment and stored nowhere, so any of them is safe to put straight into your password manager.

These examples were generated in your browser just now — they are not stored, not shown to anyone else, and safe to use. Never use an example password printed in an article or screenshot: anything published is already in attackers’ wordlists.

Frequently Asked Questions

Is a 20-character password overkill?

For accounts stored in a password manager, there is no such thing as overkill — length is free when you never type it. A random 20-character password carries about 129 bits of entropy, past the 128-bit mark considered permanently beyond brute force. Reserve the label “overkill” for passwords you must type by hand daily.

How long would a 20-character password take to crack?

At roughly 129 bits of entropy, brute force is not meaningfully measurable — an offline attacker at 10 billion guesses per second would need longer than the age of the universe by an enormous factor. Realistic attacks against an account with a password like this target the service or the user, never the password itself.

Should I use 20 characters or a passphrase?

Use a random 20-character password for anything stored in a password manager, and a passphrase for the few secrets you must remember and type — device logins and your manager’s master password. A six-word passphrase (~78 bits) is weaker on paper than 20 random characters (~129 bits) but both are beyond practical attack; memorability decides.

Where should I use a 20-character password?

Primary email, banking and brokerage accounts, cloud storage, your domain registrar, and any account that can reset other accounts. Twenty characters is also a good default for Wi-Fi keys — WPA2/WPA3 accepts up to 63 characters — and for shared credentials that live in a team vault.

Do all sites accept 20-character passwords?

The vast majority do — most modern services allow at least 64 characters. A few legacy systems cap length lower or silently truncate; if a login misbehaves after you set a long password, log out and back in to check, and shorten only as far as the system forces you to.

How much stronger is 20 characters than 16?

Four extra random characters add about 26 bits, multiplying the keyspace by roughly 60 million. Both lengths are already beyond brute force, so the practical difference is margin: 20 characters keeps you far clear of the threshold even as guessing hardware improves.

More generators

Written & reviewed by Andrew Ivanov, Fractional CTO. Last reviewed .