
Tell most people that a four-digit PIN is more secure than a twelve-character password and they'll look at you like you've lost your mind.
It's a reasonable reaction. We've spent decades being told that password complexity equals security. Longer is better. Add symbols. Mix cases. Never reuse. The mental model is baked in: more complexity, more security.
That mental model is wrong in a specific and important way. And in healthcare environments — where authentication friction costs clinical time and password fatigue leads to workarounds that genuinely compromise security — understanding why matters.
In multi-factor authentication, "what you know" refers to a secret that only the legitimate user possesses. A password fits that description. So does a PIN.
The assumption is that a longer, more complex secret is harder to compromise. And in isolation, that's true. A twelve-character random password has a larger keyspace than a four-digit PIN. Against a brute force attack with unlimited attempts, the password wins.
But that's not the threat model that matters.
A password is network-portable. It works from any device, in any location, over any connection. Which means it can also be stolen from any device, in any location, over any connection. Phishing, credential stuffing, keyloggers, man-in-the-middle attacks, password spraying — these are all possible precisely because the password isn't bound to anything. It's a secret that travels.
A PIN paired with a proximity card doesn't travel in the same way. The PIN authenticates you as the legitimate holder of that card. Without the card, the PIN is meaningless. Without the PIN, the card is useless. Together, they form a genuine two-factor credential that has no value to an attacker who doesn't have both — and no remote attack surface at all.
Clinical environments have a specific authentication problem that general enterprise IT doesn't face at the same scale.
Clinicians move constantly. A nurse on a busy unit may authenticate to a workstation dozens of times per shift — different rooms, different terminals, handoffs, medication pulls, chart reviews. Each authentication event is friction. Friction compounds. When the friction is high enough, clinicians find workarounds: shared credentials, sessions left open, passwords written down and taped to monitors.
These aren't security failures born from carelessness. They're rational responses to a system that wasn't designed for the environment it's operating in.
Complex system passwords make this worse in several ways. Password rotation policies mean clinicians are regularly learning new credentials under cognitive load. Complexity requirements produce passwords that are harder to type on clinical keyboards while wearing gloves or while watching a patient. Lockouts from failed attempts at 3am are not a minor inconvenience — they interrupt care.
The proximity card plus PIN model addresses these problems at the root. A clinician taps their badge at the reader and enters a short PIN. Authentication is done in seconds. The credential travels with them physically — on their badge — not in their memory through twelve rotating characters.
The argument isn't that a PIN is secure in the same way as a complex password. It's that a PIN paired with a proximity card is secure in a different and more relevant way.
The attack surface is fundamentally different. A compromised password is immediately useful to an attacker anywhere in the world. A compromised PIN is useless without the physical card it's paired with. The threat shifts from remote credential theft — which is scalable and cheap — to physical compromise of both the card and the PIN, which requires presence, proximity, and opportunity.
Phishing resistance is structural, not behavioral. Security awareness training asks users to make the right decision under pressure, repeatedly, without error. Prox card plus PIN removes the decision from the user entirely. There's nothing to phish. The credential has no value over a network because it requires the physical card to be presented at a reader.
Credential sharing becomes harder to scale. Sharing a system password is frictionless — text it to a colleague and they can log in remotely from anywhere. Sharing a prox card plus PIN requires handing over a physical object. It doesn't eliminate the possibility, but it changes the risk profile significantly.
Get pieces like this in your inbox every week. No spam, unsubscribe anytime.
Brute force is physically constrained. An attacker attempting to brute force a PIN needs the physical card in hand, at a reader, attempting entries one at a time before lockout. This is an entirely different problem than remote password spraying against a network endpoint.
Card revocation is immediate and centralised. If a badge is lost or an employee leaves, the card is deactivated and the credential is gone — regardless of whether the PIN was ever compromised. With passwords, credential rotation depends on the user or IT changing a secret that may have already been captured.
The proximity card plus PIN combination is the most widely deployed model in healthcare today, and for most clinical environments it's the right starting point. But the same principle extends further depending on the sensitivity of the environment.
Some deployments supplement or replace the PIN with a biometric — fingerprint, palm vein, iris scan. Biometrics are a "what you are" factor rather than "what you know," but combining them with a physical credential gives layered verification that requires physical presence of the credential holder. In high-sensitivity environments — controlled substance dispensing, for example — this provides the audit certainty that individual clinical actions require. It also removes the cognitive burden of the PIN entirely for the clinician.
The common thread is that the PIN's value comes from what it's paired with. On its own, a short PIN would be weak. As the "what you know" layer in a multi-factor model with a physical credential, it becomes the right tool for the job.
Fast authentication only improves security if individual sessions remain attributable. This matters especially on shared clinical workstations, where the risk is that a fast login becomes a shared session.
Implementations need session management that ties each clinical action to the authenticated user, not the workstation. The speed benefit of prox card plus PIN is real — but it only holds up if each tap-in and tap-out is logged cleanly, and if timeout and auto-lock policies match the clinical environment rather than fighting against it.
The PIN also has to be treated as a real credential in the system design. Implementations that handle it as a shorthand password — transmitting it over the network the same way they would a longer credential — lose the security properties the model is built on. The PIN should authenticate the card, not substitute for it.
Healthcare IT has spent years trying to make complex passwords work in environments they weren't designed for. The clinician who tapes their password to the monitor isn't a security problem to be trained away. They're evidence of a design mismatch.
Proximity card plus PIN is not a security compromise made for user convenience. It's a more appropriate security model for the actual threat landscape and the actual clinical environment. The attack vectors it's most resistant to — remote phishing, credential stuffing, password spraying — are the ones that actually compromise healthcare systems at scale.
Shorter can be stronger. Understanding why is the first step to building authentication systems that clinicians will actually use.
Jason Potts, PharmD
Hospital pharmacist and health IT product manager. Writing about the intersection of clinical practice and technology at Clinical to Code.
Clinical insights delivered to your inbox. No spam.