Multi-Factor Cryptographic Device
A multi-factor cryptographic device is a physical hardware device that proves your identity by performing cryptographic operations with secret keys stored inside it. To use it, you must unlock the device with a second factor, such as a PIN you know or a fingerprint you provide. This combines something you have (the device) with something you know or something you are, so a lost or stolen device alone is not enough to authenticate.
Per NIST SP 800-63B, a multi-factor cryptographic device is a hardware authenticator that performs cryptographic operations using one or more protected cryptographic keys and requires activation through a second authentication factor. It satisfies the possession factor (something you have) as the device itself, and requires either a knowledge factor (something you know) or an inherence factor (something you are) to activate the protected key(s) before cryptographic operations can be performed. Because activation is enforced locally at the device, the authenticator delivers multi-factor assurance in a single authentication event rather than through two separately verified credentials. In practice this category maps to hardware such as FIDO2 security keys and hardware-protected certificate authenticators, though exact mappings depend on the deployment and vendor implementation.
Why it matters
Multi-factor cryptographic devices represent one of the strongest authenticator categories defined in NIST SP 800-63B because they bind the possession factor to a physical device and require a second factor to activate the protected key locally, before any cryptographic operation occurs. This matters because a lost or stolen device alone does not grant an attacker the ability to authenticate: without the correct PIN (a knowledge factor) or biometric (an inherence factor) to unlock the device, the protected keys remain unusable. For high-assurance environments, this local activation model raises the bar against credential theft and remote compromise significantly compared with authenticators that rely on separately transmitted or verifiable secrets.
A key architectural advantage is that these devices deliver multi-factor assurance within a single authentication event rather than through two independently verified credentials. Because activation is enforced at the device itself, the relying party does not need to separately capture and verify a knowledge or inherence factor; the device only performs its cryptographic operation once it has been properly activated. In practice this category typically maps to hardware such as FIDO2 security keys and hardware-protected certificate authenticators, which is why they are commonly selected when organizations aim to meet the higher authenticator assurance levels described in NIST guidance.
Organizations subject to strict compliance or targeting phishing-resistant authentication frequently prioritize this authenticator class, though exact mappings between the NIST category and any given product depend on the deployment and vendor implementation. As with any control, its strength depends on correct configuration, secure key protection within the device, and proper enrollment and recovery processes, which fall outside the definition of the device itself.
Who it's relevant to
Inside Multi-Factor Cryptographic Device
Common questions
Answers to the questions practitioners most commonly ask about Multi-Factor Cryptographic Device.
