Most of us learned password rules that no longer hold up. Add a symbol, swap an “a” for an “@,” change everything every 90 days, and you were considered covered. That advice shaped a decade of corporate IT policy, and what it mostly produced were passwords people couldn’t remember and software could guess in seconds.
Federal standards have since moved on. Length now counts for more than punctuation, forced resets are discouraged, and password managers are treated as part of the fix rather than a risk.
In this post, we’ll look at what a strong password looks like today, how password management tools actually work, and the extra layer businesses holding regulated files need on top of all of it.
Where Passwords Still Go Wrong
Reuse is the big one. A single password spread across a bank login, a retail account, and a work portal turns one breached site into a skeleton key. Attackers automate the follow-through, replaying credential pairs dumped from one breach against hundreds of other services. That’s why a password nobody ever “cracked” can still get an account taken over.
The rest of the list may be more familiar:
- Personal details anyone can look up. Family names, birthdays, anniversaries, pets, and graduation years are sitting on public social profiles. Building a login out of them narrows the guessing problem considerably.
- Keyboard patterns and dictionary words. “123456,” “qwerty,” “password,” and their lightly decorated cousins still top every published list of breached credentials. Substituting a 3 for an E doesn’t help — cracking tools have handled that for years.
- Passwords built to the minimum. If a site allows eight characters, most people give it eight characters. Every character added multiplies the work required to brute-force it.
- Storage by sticky note or spreadsheet. An unencrypted file named “passwords.xlsx” on a shared drive is a bigger liability than any single weak login.
- Shared team logins. One set of credentials passed around an office means no record of who opened what, which is a security problem and, in regulated industries, a compliance one.
Password Rules That Actually Work Now
The reference point is the National Institute of Standards and Technology (NIST), whose digital identity guidelines set the bar federal agencies follow and most private security teams borrow from. The current revision landed in August 2025, and it overturns a fair amount of what people were taught.

Password Length Beats Complexity
NIST requires a 15-character minimum for passwords used on their own and allows eight characters when the password is one factor in a multi-factor login. Systems should accept at least 64 characters. Just as notable is what NIST tells verifiers not to do: impose composition rules demanding a mix of character types.
That flips the practical advice on how to create a strong password. Rather than torturing a short word with symbols, string together four or five unrelated words you can picture — a stapler, a heron, three limes, a canyon. Long, memorable, and connected to nothing on your LinkedIn profile.
Stop Resetting Passwords on a Schedule
Mandatory 90-day resets are out. NIST states plainly that verifiers shouldn’t require people to change passwords on a schedule, and should force a change only when there’s evidence the credential has been compromised. The reasoning is behavioral. When facing a quarterly reset, almost nobody invents a new strong password. They increment the old one.
Screen Against Known Breached Passwords
Systems are expected to check new passwords against a blocklist of common, expected, and previously compromised strings, and to tell the user why a choice was rejected. If you run IT for a business, this is among the higher-return changes available, because it stops a weak credential at the moment of creation instead of after an incident.
The Pros and Cons of Using Password Managers
A password manager is an encrypted vault. You memorize one long passphrase, and the software generates, stores, and fills a unique credential for every other account you hold. Most sync across phone and desktop, warn you when a saved login turns up in a breach, and flag reused passwords you’d forgotten about.
The obvious objection is that it puts every egg in one basket. This is a fair concern, and the answer is that a handful of recycled passwords is also a basket, just a leakier one.
Reputable tools encrypt the vault on your device before anything syncs, so the provider can’t read the contents. NIST goes further and requires that systems allow password managers and autofill to function rather than blocking paste into login fields.
Picking One Password Manager You’ll Stick With
Here’s a short checklist of ideal features that can help you choose among the available options:
- End-to-end (sometimes called zero-knowledge) encryption, so the vendor never holds a readable copy of your vault
- Multi-factor authentication available on the vault itself
- Breach monitoring that alerts you when a stored credential is exposed
- A working export path, so you’re not locked in
- For teams, role-based sharing, so credentials get granted and revoked centrally instead of forwarded by email
- Published third-party security audits

Once you choose your password manager, use it for everything. A vault holding a dozen of your accounts and none of the rest hasn’t solved the reuse problem.
Browser Autofill and Its Blind Spots
Browser-saved passwords are convenient, and they beat reuse. They also carry quirks worth knowing. Autofill will happily populate a lookalike phishing domain if the address is close enough to fool you first. Anyone with access to an unlocked machine has access to the whole saved list. Choosing “remember me” on a shared or public computer leaves a live session sitting there after you walk away.
There’s also a hardware component that tends to get forgotten. Saved credentials, cached sessions, and encryption keys persist on the drives inside laptops, desktops, and backup media long after that equipment stops being used. Dragging files to the trash doesn’t remove them. When gear reaches its end of life, physical hard drive destruction and media disposal closes a gap no password policy can reach on its own. The same reasoning applies across the board, since layered records security has to account for the filing cabinet, the server, and the retired hardware in the storage closet.
Password Protection Inside a Business
For a household, weak credentials mean fraud and a stressful few weeks of phone calls. For an organization holding customer or patient data, the same weakness carries regulatory exposure.
Healthcare is the clearest case. The Health Insurance Portability and Accountability Act (HIPAA) Security Rule’s technical safeguards make unique user identification a required implementation specification. Everyone touching electronic protected health information needs their own identifier, which rules out the shared departmental login outright.
Private practices and hospitals managing patient charts and imaging are also required to verify that anyone seeking access is who they claim to be. The Department of Health and Human Services (HHS) has proposed tightening these provisions considerably, including a multi-factor authentication mandate for access to health information, and the final rule is currently expected in 2027. Private practices that are building policy this year are better off building toward it.
Financial services carry a more specific mandate already. The Federal Trade Commission’s (FTC) Safeguards Rule requires multi-factor authentication for any individual accessing any information system, unless a qualified individual has approved reasonably equivalent controls in writing. The rule’s definition of a financial institution reaches well past banks, covering mortgage brokers, collection agencies, tax preparation firms, and a dozen other categories of business. For lenders and the wide range of firms that rule now touches, passwords by themselves aren’t a defensible position.
Most of this gets enforced by the system rather than by policy memo. A document management system assigns permissions by role, logs who opened which document and when, and lets access be revoked the day someone leaves — controls that keep an internal breach from going unnoticed for months. Cloud repositories add requirements of their own around encryption in transit and at rest, retention settings, and administrator privileges, covered in more depth in maintaining cloud storage security.
Smaller organizations shouldn’t assume they’re too small to interest anyone. Attackers automate — they don’t shop. A shared password manager, multi-factor authentication on email and financial accounts, and a documented offboarding step go a long way, and small businesses that put them in early avoid retrofitting later under pressure.
There’s a fuller treatment of the prevention and response side in this identity theft and data breach planning guide, and a documented breach case study that shows how ordinary the underlying failures usually are. Sorting paperwork by risk level rather than by department is a useful next step once the credential basics are handled.

Beyond the Password
Multi-factor authentication is still the single highest-value addition to any account. An authenticator app or a hardware security key beats SMS codes, which can be intercepted through SIM swapping.
Passkeys point where things are heading. Instead of a shared secret you type, your device holds a private key and proves possession, so there’s nothing to phish, reuse, or leak in a breach. The FIDO Alliance counts roughly five billion passkeys in use as of May 2026, with about two-thirds of the organizations it surveyed either running them for employee sign-ins or rolling them out. Passwords won’t disappear soon, because legacy systems, vendor portals, and internal tools will keep them around for years. Enable passkeys wherever they show up, and keep maintaining good passwords everywhere else.
How Record Nations Helps Secure Stored Records
Password practices protect the door. What sits behind it — patient charts, loan files, personnel records, decades of archived paperwork — needs controls of its own.
Record Nations is a national network with partners in Bloomington, Brooklyn, and beyond. We connect you with local providers chosen for the certifications, industry experience, and service mix your project calls for, so you’re not spending a week calling companies to find out which one can handle regulated material. Depending on what you’re working with, that might mean document scanning with indexing that feeds a permissioned system, offsite records storage under controlled retrieval, or cloud storage with encryption and audit logging wrapped around the archive.
We’re a member of i-SIGMA, and we work closely with the association to make sure network providers meet PRISM Privacy+ specifications for information management, ISO 9001 quality standards, and NAID AAA requirements where destruction is part of the job. Providers earn those credentials through independent inspection and keep them through recurring audits, and standing in the network depends on holding them.
To get started, fill out our form or call us at (866) 385-3706. We’ll ask about volume, industry, and compliance requirements, then help you secure competitive quotes from providers near you who can actually do the work.


