Single-Factor Cryptographic Device
A single-factor cryptographic device is a physical hardware device that holds protected cryptographic keys and uses them to prove a user's identity during authentication. Because it relies only on possessing the device (something you have) without an additional factor like a PIN or biometric, it counts as a single authentication factor.
As defined in NIST SP 800-63B, a single-factor cryptographic device is a hardware authenticator that performs cryptographic operations using one or more protected cryptographic keys and provides authenticator output, typically in response to a challenge, to demonstrate possession of the device. It represents a single possession-based factor: activation does not require a second factor such as a knowledge or inherence factor to unlock the key, which distinguishes it from a multi-factor cryptographic device. It should also be distinguished from a single-factor cryptographic software authenticator, where the key and associated software are stored on a software-accessible medium rather than in a dedicated hardware device. Its role is limited to the authentication step; it does not by itself establish authorization or entitlements.
Why it matters
Single-factor cryptographic devices matter because they raise the assurance of the possession factor well above simpler mechanisms like one-time passcodes delivered over SMS or shared secrets. By keeping cryptographic keys inside dedicated hardware and performing operations such as challenge-response signing on the device itself, they resist credential phishing and replay attacks that plague knowledge-based authenticators. For an IAM architect selecting authenticators against a target assurance level, understanding that this authenticator provides exactly one factor, possession, is essential to correctly composing an authentication solution.
The distinction is consequential in practice: NIST SP 800-63B separates a single-factor cryptographic device from a multi-factor cryptographic device, and the difference is whether unlocking the protected key requires an additional factor such as a PIN or biometric. Treating a single-factor device as if it were multi-factor can lead to a mismatch between the assurance a deployment believes it has and the assurance it actually delivers. Because possession of the device alone is sufficient to authenticate, loss or theft of the device is a direct exposure that must be managed through lifecycle controls, revocation, and layering with other factors where higher assurance is required.
It is equally important to remember that this authenticator's role is confined to the authentication step. It demonstrates that the holder possesses a device bound to protected keys; it does not by itself establish what the authenticated principal is permitted to do. Authorization and entitlement decisions remain a separate concern, and conflating the two can produce access designs that verify identity strongly while leaving authorization assumptions unexamined.
Who it's relevant to
Inside Single-Factor Cryptographic Device
Common questions
Answers to the questions practitioners most commonly ask about Single-Factor Cryptographic Device.