**

Memorable Password Generator

Passwords your brain will keep: random words in a sticky pattern, with the strength math shown honestly.

Runs entirely in your browser. Nothing you type or generate is ever sent to a server.

Pattern

The honest math on memorable passwords

Each word is drawn from the 7,776-word EFF list with your browser's cryptographic randomness, which is what makes this different from picking words yourself. Two random words contribute 25.8 bits, three words 38.8 bits; the random two-digit number and symbol add roughly 10 more. The entropy readout updates per pattern, and it assumes the attacker knows the pattern, which is the only honest way to count.

The word list is the EFF Large Wordlist, created by the Electronic Frontier Foundation and used here unmodified under the Creative Commons Attribution 3.0 United States licence.

Where does that leave you? The three-word pattern is comparable to a decent 8-character random password but far easier to type on a phone and to remember on a Monday. For your most important accounts, step up to a 5-6 word passphrase or a fully random password in a manager, and check any candidate in the strength checker.

Frequently asked questions

Are memorable passwords secure?
They can be, if the words are chosen randomly rather than by you. A pattern like Word!Word42 built from two random words out of 7,776 carries about 32 bits from the words alone plus the digits and symbol; the three-word pattern clears 45 bits, solid for accounts behind rate limiting. For critical accounts, prefer a longer passphrase or fully random characters.
What makes a password memorable?
Concrete, imageable words and a consistent structure. Your brain stores "TurboWalrus-Muffin87" as a scene, not 19 characters. Randomness supplies the strength; the pattern supplies the recall.
Should I use the same memorable password everywhere?
No. Reuse is the biggest real-world risk: one leaked site exposes every account sharing the password. Use unique passwords everywhere, with a manager remembering all but the master.