HubTools

Memorable Password Generator

Long alphanumeric password, no confusing characters — easy to type from a screen, hard to crack.

How do you make a long password without going crazy?

True passphrase generators (the kind that produce "correct-horse-battery-staple") need a curated wordlist, which this tool doesn't ship — instead, this preset takes the next best approach: a 24-character alphanumeric password with visually similar characters (0/O, 1/l/I) removed, which lands around 140 bits of entropy and is dramatically easier to type from a screen than a 12-character symbol soup. It's stronger than any practical attacker can break, and unlike pure passphrases it works on every site (no length limits, no word-blocking dictionaries). Generated browser-side via crypto.getRandomValues() — no upload required. For true diceware-style passphrases, see the EFF wordlist — we may add a dedicated passphrase mode in a future release.
Generated Password
Enable at least one character type
Very Strong
138.8 bits of entropy
Charset: 55 chars
Estimated crack time: centuries+(10 billion guesses/sec)
Bulk Generation
Count:
Options
Password Length24
4128
Character Types
Uppercase
(A-Z)
Lowercase
(a-z)
Numbers
(0-9)
Symbols
(!@#$%^&*_+-=)
Exclusions
Exclude Similar
(i,l,1,L,o,0,O)
Exclude Ambiguous
{}<>[]()/\|
Quick Presets

About memorable passwords

A long alphanumeric password trades symbol entropy for typeability — 24 random chars from a 53-char unambiguous alphabet still yields ~140 bits.
  • 24 chars × log2(53) ≈ 137 bits of entropy
  • Equivalent strength to a 10–11 word EFF diceware passphrase
  • Excludes 0, O, 1, l, I to prevent transcription errors
  • Alphanumeric: passes most site rules without symbol requirements
  • For true wordlist passphrases, use EFF diceware (separate tool)

Frequently asked questions

Is this a passphrase generator?
Not quite. True passphrase generators (like EFF diceware) sample from a curated wordlist of ~7,776 words to produce strings like 'correct-horse-battery-staple.' This tool produces a 24-character alphanumeric password instead — same security level (~140 bits) and arguably easier to type since you don't have to remember spellings. We may ship a dedicated wordlist mode later.