Short answer
Websites do not all have the same security. If one site leaks, mishandles or is tricked into revealing your password, an attacker can automatically test the same email-and-password pair against email, social media, shopping, cloud and financial accounts. This is called credential stuffing. A password can be long and complicated yet still create a widespread failure when it is reused. The safer objective is a different random password for every account, with multifactor authentication enabled on important services.
The attacker may not need to guess anything
Password discussions often imagine an attacker starting from nothing and trying characters until the right sequence appears. Many real account compromises do not require that work. After a website breach, email addresses, usernames, password hashes or sometimes plaintext passwords can circulate in criminal markets. A phishing page may directly collect a valid password. Once attackers possess working credentials, automated tools can test them against many unrelated services.
Suppose the same password is used on a small discussion forum, an old retailer and the main email account. The forum has the weakest defences and its database is stolen. The attacker may have no interest in the forum account. They try the exposed email address and password at the email provider instead. Once inside the mailbox, they can search bills, identity records and private correspondence, and use password-reset links to take over additional accounts. A low-value service has become the key to a high-value identity hub.
CISA's guidance on strong authentication explains that password reuse lets a compromised password provide access to multiple systems. Its public advice describes strong passwords as long, random and unique to each account. CISA: Implementing Strong Authentication; CISA: Secure Our World—Passwords
Complexity does not cancel reuse
Q7!mP2#zL9@x looks more sophisticated than an ordinary word. Once it has been exposed, however, an attacker does not need to crack it. They can copy it. Complexity and length mainly raise the cost of guessing or offline cracking. Uniqueness limits the number of other accounts that an already exposed password can unlock. These controls solve different problems.
Some people create a base password and add a site abbreviation such as FB, AMZ or BANK. This is better than an exactly identical string, but the structure remains predictable. If an attacker sees one or two breached examples, the remaining variants may be inferred. Changing a year from 2025 to 2026 or appending another exclamation mark follows patterns that appear frequently in breached data.
A password manager can instead generate unrelated random values for every service. Exposure of one value then provides no useful rule for constructing another.
The email password must be unique
A main email account is often the recovery centre for a person's digital identity. Services send password resets, login warnings, verification codes and order information to it. If the mailbox password is reused on an ordinary site, a breach at that site can bypass the otherwise different passwords on other accounts. The attacker enters the mailbox and requests legitimate reset links.
Other priority accounts include Apple, Google or Microsoft identity accounts, the password manager, banks and payment services, the mobile carrier, and administrator access for domains, cloud platforms and workplace systems. Each should have a completely unique password, the strongest available multifactor method, and securely stored recovery codes.
“I have nothing important” is not a sufficient defence
An apparently unimportant account can be used to impersonate you, scam contacts, distribute spam, purchase goods, exploit an established advertising profile, retrieve saved addresses and phone numbers, or provide a stepping stone into someone else's systems. Attackers can combine old forum profiles, employment sites and shopping records to assemble names, dates of birth, addresses, interests and answers to security questions.
People also underestimate how an account's role changes over time. An old mailbox may still be the recovery address for a bank. A retailer may retain a payment token and home address. A social account can send credible requests for money to family members. Unique passwords break these chains at a low ongoing cost.
Why a password manager is the practical answer
It is unrealistic to ask a person to memorise dozens of long, unrelated random passwords. Without a tool, people understandably reuse secrets, apply predictable formulas or choose values that are short enough to remember. A password manager changes the memory problem from “remember every password” to “protect one master password and its recovery path”. It can generate, store and fill a unique value for each site.
After choosing a reputable manager, set a long and unique vault password, enable multifactor authentication, keep the software updated, retain recovery material safely, and protect the devices that can unlock it. Never reuse the vault's master password on another site. A manager is not risk-free, but it normally controls aggregate risk far better than one human-designed password repeated across dozens of independent databases.
How to unwind existing password reuse
You do not need to change every internet account in one sitting. Prioritise by consequence. Begin with the main email account, password manager and major identity providers. Next handle banking, payments, the mobile carrier, cloud storage, work and administrator accounts. Then address social networks, retailers, health, education and services holding substantial personal data. Finally update or close low-value forums and abandoned accounts.
At each service, generate a genuinely unrelated password rather than modifying the old one. Review signed-in devices, recent activity, forwarding rules, recovery email addresses and phone numbers. End sessions you do not recognise and turn on multifactor authentication. After a breach notification, treat the affected password as public knowledge: every account using that value or a recognisable derivative needs attention.
The service's password storage matters too
A responsible service should not retain readable plaintext passwords. It should store verification values produced with an appropriate password-hashing algorithm and a unique salt. Even reasonable hashing does not make a weak value immune to offline guessing. It also cannot protect a password captured by phishing, written into an unsafe log or exposed through an implementation error.
NIST's current digital identity guidance requires verifiers to compare proposed passwords with a blocklist of commonly used, expected or compromised values. It also states that passwords are not phishing-resistant. User-side uniqueness is therefore one layer in a wider system that should include rate limits, breach detection, session protection and stronger authentication. NIST SP 800-63B: Password authenticators
My assessment: reuse makes every minor site a co-administrator of major accounts
Each time the same password is given to another service, that service's security quality can affect every reused account. A small forum should not have the power to determine the safety of a primary mailbox. Unique passwords contain a breach within the service where it occurred. That is fault isolation, not merely a password-hygiene slogan.
One-minute checklist
- Is my main email password used only for that mailbox?
- Is the password-manager master password completely unique?
- Do several accounts use an identical password or predictable variations?
- Is multifactor authentication enabled on important accounts?
- After a breach notice, did I replace the password everywhere it was reused?
- Have I reviewed mailbox forwarding, recovery information and signed-in devices?
- Can abandoned accounts be closed rather than left exposed?
Conclusion
Password reuse connects otherwise independent websites into a shared point of failure. A breach at the weakest service can become an automated credential-stuffing attack against the most important account. Length raises the cost of guessing. Uniqueness prevents one exposed secret from spreading damage sideways. Multifactor authentication adds another barrier when the password has already escaped. Together they offer a much stronger strategy than one elaborate password used everywhere.
Related reading
- Is It Safe to Keep Every Password in a Password Manager?
- Why Is Two-Step Verification More Important Than a Complex Password?
Continue reading: All articles in How Digital Life Actually Works
Discover more from Geoffrey Chen
Subscribe to get the latest posts sent to your email.