
Key Takeaways
Option A
Traditional Password
The compact, character-dense classic.
Best for: Situations where a site enforces a character limit or requires special symbols and uppercase letters.
Option B
Passphrase
The long, memorable string of words.
Best for: Accounts you need to type manually and remember without a password manager, such as a device login or primary email.
If you need to memorise a credential and type it daily
Passphrase
Four or more unrelated words form a credential that is both strong and genuinely recallable without writing it down.
If you use a password manager for most accounts
Traditional Password
Your manager generates and stores complex random strings automatically, so memorability is irrelevant and maximum character entropy wins.
If you are setting a device unlock PIN or full-disk encryption key
Passphrase
Device logins often lack rate-limiting, so a long passphrase provides strong protection against offline brute-force attempts.
If a site enforces strict character-count ceilings or bans spaces
Traditional Password
Some legacy systems cap passwords at 16 characters or disallow spaces, making a mixed-character password the only viable option.
What Actually Makes a Credential Strong?
Security researchers measure credential strength by how long it would take an attacker to guess it through automated trial-and-error — a process called a brute-force attack. Two variables dominate that calculation: length and character variety.
Adding one character to a password multiplies the possible combinations an attacker must try by the size of the character set being used. A credential that draws from 95 printable characters (lowercase, uppercase, digits, and symbols) grows its search space faster than one using only lowercase letters — but length still outpaces variety. A 20-character lowercase passphrase has more possible combinations than a 10-character fully mixed-case password with symbols.
This is the core insight behind the passphrase approach, and it reframes the entire debate.
| Criterion | Traditional Password | Passphrase |
|---|---|---|
| Primary strength source | Character variety | Length |
| Memorability | Low (random) to moderate (patterned) | High with unrelated words |
| Typing accuracy | Error-prone, especially on mobile | Generally easier to type correctly |
| Risk of human-made patterns | High — people add predictable symbols | Lower if words are truly random |
| Works with strict site character limits | Yes | Sometimes blocked by short maximums |
| Best use case | Password-manager-generated site credentials | Device logins and master passwords |
Traditional Passwords: Strengths and Real-World Problems
A traditional password — something like T#9mLq2$ — packs high character variety into a short string. When generated randomly by a password manager, these are extremely strong. The problem is human nature: we rarely generate them randomly ourselves.
Research into leaked credential databases consistently shows that people lean toward predictable substitutions: replacing 'a' with '@', adding '1' or '!' to the end of a word, or capitalising only the first letter. Attackers know these patterns and build them into their tools, dramatically reducing the real-world search space of credentials that look complex but follow common rules.
Short complex passwords also suffer from a practical problem: they are hard to type accurately, especially on mobile devices, and virtually impossible to memorise if they are truly random. This pushes many people toward reuse — the same password on multiple sites — which is one of the most common causes of account compromise. See why accounts get hacked even with careful habits for a deeper look at how reuse enables credential-stuffing attacks.
Passphrases: The Case for Going Long
A passphrase is a sequence of multiple unrelated words — for example, marble-cloud-invoice-sprint. Its strength comes from length rather than complexity. Four common words of average length create a credential that is both mathematically strong and genuinely memorable.
The key word is unrelated. A passphrase drawn from a song lyric, a well-known phrase, or a personal detail is far weaker than four words chosen at random, because attackers use dictionaries of famous quotes and common phrases. True randomness — even picking words from a list by rolling dice, a method called Diceware — is what makes passphrases robust.
Passphrases are particularly well suited to credentials you must type manually and remember: your device login, your primary email account, or the master password protecting a password manager. Because they are easier to type accurately than a string of random symbols, they also reduce the chance of lockouts.
Watch Out for Site Restrictions
Some older websites cap passwords at 12 or 16 characters and prohibit spaces, making a true passphrase impossible to use. If you encounter this, use your password manager to generate the strongest random credential within the allowed constraints, and flag it as a site with weak security policy. These restrictions are a design flaw on the site's side, not a reason to compromise on your end.
How to Choose the Right Approach for Each Situation
The good news is that you do not have to pick one method for everything. A practical strategy combines both approaches depending on context.
For the handful of credentials you genuinely need to memorise — your device password, your email, the master password for a password manager — a randomly chosen passphrase of four or more words is the strongest practical option. For everything else, let a password manager generate and store fully random complex passwords. You never need to see or type them; the manager handles it. If you are not yet using one, our password managers explainer covers how they work and what to look for.
Whichever credential type you use, pairing it with two-factor authentication adds a layer that a stolen password alone cannot bypass. And if you want a broader system for keeping your digital credentials organised, organising your digital life offers a practical framework.
86%
Of breaches involving stolen credentials
According to Verizon's Data Breach Investigations Report, the large majority of web application breaches involve the use of stolen or brute-forced credentials.
~550 years
Estimated crack time for a 4-word passphrase
Security researchers estimate that a randomly chosen four-word passphrase, attacked at a rate of one trillion guesses per second, would take hundreds of years to crack.
