Support desk — Monday to Friday, 08:30 to 17:30Client AreaGet help now →

Passwords, Passkeys and Why the 90-Day Reset Had to Go

Almost everything most of us were taught about passwords is now considered actively counterproductive. Complexity rules, forced monthly changes, symbols and numbers in fixed positions — all of it produced worse security while feeling rigorous.

The guidance changed several years ago. A great many password policies have not.

Why forced expiry had to go

The logic seemed sound: if a password is stolen, changing it regularly limits the damage.

What happens in practice is that people cannot memorise a genuinely new strong password every ninety days, so they make a small predictable change instead. Summer2026! becomes Autumn2026!. An attacker who has one knows the next.

Forced expiry also encourages reuse across systems and generates a steady stream of reset requests — which, incidentally, trains staff to expect password reset emails, making phishing easier.

The NCSC now advises against routine expiry. Change passwords when there is reason to believe one has been exposed, not on a timer.

What good looks like now

Length over complexity. Three random words — the NCSC’s recommendation — produces something long, memorable and hard to guess. A short password with a symbol wedged in the middle satisfies a policy and little else.

Uniqueness, which matters more than either. The most common route into a business account is not guessing; it is a password stolen from an unrelated breach and tried everywhere. That only works if the password was reused.

A password manager. This is the change that makes uniqueness realistic. Nobody can remember eighty distinct passwords, so if you want them unique you must stop asking people to remember them. Business password managers also let you share credentials for shared accounts without emailing them around, and remove access instantly when someone leaves.

Check against known breaches. Both Microsoft Entra and most password managers can flag passwords that have appeared in public breach data. That is a far better trigger for a change than the calendar.

Quick check

Four password questions most people get wrong

The answers have changed in the last few years, which is rather the point.

1. Which is the stronger password policy?
The NCSC recommends against forced expiry. Regular changes push people towards predictable patterns and reuse, and generate helpdesk load without measurable benefit. Length and uniqueness matter; churn does not.
2. Where is the safest place for staff to keep passwords?
Memorised passwords are short and reused, which is the actual risk. A password manager allows every password to be long, random and unique — the combination that defeats credential stuffing.
3. What is a passkey?
A passkey is a key pair. The private half never leaves your device and never travels to the website, so there is nothing to steal in a breach and nothing to type into a fake login page.
4. Your password appears in a breach at another company. Why does that matter to your employer?
Attackers take credentials from one breach and try them everywhere else automatically. It is the single most common route into business accounts, and it works because people reuse passwords.
Score: 0 of 4

Passkeys: what they actually are

A passkey replaces the password rather than adding to it.

When you create one, your device generates a pair of cryptographic keys. The public half goes to the website; the private half stays on your device, protected by your face, fingerprint or device PIN. Signing in means your device proving it holds the private key — nothing secret is transmitted.

Two consequences follow, and both are significant.

There is nothing to steal in a breach. A site that is compromised leaks public keys, which are useless on their own.

They cannot be phished. A passkey is bound to the genuine website address. Present it with a convincing lookalike domain and it simply will not authenticate — not because the user spotted anything, but because the cryptography does not match. This is the property that codes from an authenticator app do not have.

Where passkeys are realistic today

Better than they were, and better than most businesses assume. Microsoft 365, Google, and a growing number of business applications support them, and both Windows Hello and Apple’s ecosystem handle the device side.

The sensible approach is not to replace everything at once. Enable passkeys where they are supported, starting with administrators and anyone handling money, and keep strong unique passwords plus MFA everywhere else. Hardware security keys are worth considering for the highest-risk accounts, because they are not tied to a phone.

What to change this quarter

Turn off forced password expiry, unless a specific regulatory obligation requires it — and check whether it genuinely does rather than assuming.

Roll out a password manager, which is the single change that does most for real-world security.

Enable passkeys where they are available, and start with the accounts that would hurt most.

And make sure MFA covers everything, because none of the above helps an account that has neither.

If your password policy still says ninety days, it is worth a short conversation. Changing it is usually a five-minute administrative task and one of the few security improvements staff actively welcome.

Found this useful?

We write these because the same questions keep coming up. If one of them is yours, the answer is usually a short conversation away.

Keep reading