Join our Newsletter — 33% off our NHI Course

How should security teams help employees create stronger passwords without making login friction worse?

Focus on passwords that are long, unpredictable, and easy for the user to remember. Encourage at least 10 characters, mixed character types, and passphrases built from unrelated words or personal mnemonics. Avoid identifying details, dictionary words, and simple patterns. Pair the guidance with password managers so employees can generate and store unique credentials without relying on memory alone.

How to make stronger passwords easier for employees to use

The practical goal is not to force people into hard-to-remember strings, it is to make the secure choice the easiest choice. Longer passphrases, password managers, and clear rules about what makes a password weak let employees create credentials that resist guessing without adding repeat login failure, password reuse, or support burden.

Length matters more than clever complexity rules because it increases search space without making the password feel arbitrary to the user. A passphrase built from unrelated words, or a mnemonic the employee can reconstruct reliably, usually gives better usability than a short password full of substitutions that people forget or reuse.

Strong guidance also needs to remove avoidable friction. If teams still require frequent resets, obscure composition rules, or password hints that invite predictable answers, users will work around them. Current best practice is to combine sane password requirements with password managers so the user only has to remember one strong master secret instead of many reused credentials.

What password policies should security teams set?

Set rules that produce strength through entropy, not awkwardness. A minimum length of at least 10 characters is a reasonable floor for many environments, but longer is better when systems allow it. Encourage mixed character types where the application supports them, while avoiding rules that overfit to predictable patterns like a single capital letter, a symbol at the end, or common substitutions.

Disallow passwords that contain obvious personal information, common dictionary words, keyboard walks, or repeated fragments. Those patterns are easy for attackers to guess and easy for employees to copy from one account to another. A password policy should be simple enough that a user can understand it in one reading and strong enough that it does not depend on memory tricks alone.

If the login system supports passphrases, favor that route. Passphrases are usually easier to type on mobile devices and easier to remember over time, which lowers the temptation to write passwords down or cycle through predictable variants. The policy should make acceptable passwords feel natural to create, not like a puzzle.

How do password managers reduce friction instead of adding it?

Password managers lower friction by shifting the burden from human memory to software designed to store unique credentials safely. That lets employees use long, random passwords for each account without needing to remember every value, and it reduces reuse across work and personal services. For teams, that is often the cleanest way to raise password strength without making daily authentication painful.

The operational trade-off is that the manager becomes a high-value dependency, so adoption should be paired with secure onboarding, recovery planning, and clear ownership. Teams should check that employees can access the manager on all approved devices, know how to recover access if they lose a device, and understand that sharing passwords outside the approved process undermines the control.

Risk and Threat Considerations

Weak or reused passwords create predictable exposure even when the rest of the environment is well defended. The main risk is that users choose short, memorable patterns or recycle the same secret across systems, which gives attackers an easy path through guessing, credential stuffing, or phishing follow-on attacks.

Failure mechanism: The control fails when policy makes passwords harder to remember but not meaningfully stronger, pushing users toward reuse, predictable substitutions, or informal workarounds such as shared documents and browser-saved passwords.

Impact: A single weak or reused password can expose multiple accounts, increase help desk resets, and create a broader account takeover path if the password is exposed in a phishing or breach-driven attack.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

NIST SP 800-63, CIS Controls v8 and NIST SP 800-53 Rev 5 set the technical controls, while ISO/IEC 27001:2022 defines the regulatory obligations.

Framework Control / Reference Relevance
NIST SP 800-63 Digital Identity Guidelines Sets authenticator and memorized-secret guidance for usable stronger passwords.
Recommendation — Apply NIST 800-63 memorized-secret guidance to favour length and reject predictable composition rules.
CIS Controls v8 CIS-5 — Account Management Supports practical account-secret handling and reducing password reuse risk.
Recommendation — Use CIS-5 to enforce unique credentials and manage account access cleanly.
NIST SP 800-53 Rev 5 IA-5 — Authenticator Management Covers password generation, storage, and lifecycle controls that reduce weak-secret use.
Recommendation — Apply IA-5 to require strong authenticators and controlled credential handling.
ISO/IEC 27001:2022 A.5.17 — Authentication information Directly addresses secure handling of authentication secrets and password practices.
Recommendation — Implement A.5.17 to protect authentication information and discourage weak password handling.

Practitioner Guidance

What to prioritise: Make the password rule easy to explain and easy to comply with. If people cannot remember the policy in practice, they will either bypass it or create weak variants that look compliant but are still guessable.

What to verify: Confirm that the password manager is approved, usable on the devices employees actually use, and paired with a recovery process that does not depend on insecure shortcuts. Also verify that password resets are not frequent enough to train users into predictable habits.

Practitioner takeaway: The best password policy is the one that pushes employees toward long, unique, memorable secrets and makes reuse the inconvenient option, not the secure one.