Single-Factor OTP Device
A single-factor OTP device is something you have that generates temporary, one-time passwords, which you typically read from the device and type in when logging in. It can be a physical hardware token or a software app running on a device such as a mobile phone. Because it relies on possession of the device alone, it counts as a single authentication factor rather than a full multi-factor solution.
Per NIST SP 800-63B, a single-factor OTP device is a possession-based authenticator that generates one-time passwords, typically displayed for manual entry by the subscriber. This category includes dedicated hardware tokens and software-based OTP generators installed on general-purpose devices such as mobile phones. As a single-factor authenticator, it establishes only the possession factor ('something you have') and, unless combined with an additional knowledge or inherence factor, does not by itself satisfy multi-factor authentication requirements; activation-secret-protected variants are treated as distinct authenticator types in NIST terminology. Its scope is limited to authentication (verifying the subscriber), and it conveys no authorization decision.
Why it matters
Single-factor OTP devices occupy an important but frequently misunderstood position in authentication design. Because they generate temporary, one-time passwords that expire quickly, they offer meaningful protection against replay of static credentials and against password-database compromise. However, as their name indicates, they establish only the possession factor ('something you have'). On their own they do not satisfy multi-factor authentication requirements, and treating a single-factor OTP device as equivalent to MFA is a common and consequential mistake in access-control planning.
Under NIST SP 800-63B terminology, the distinction matters for both risk posture and compliance. Deployments that require multi-factor assurance must pair the OTP device with an additional independent factor, such as a knowledge factor (a memorized secret) or an inherence factor (a biometric), or use an authenticator type that intrinsically binds two factors. NIST also treats activation-secret-protected variants as distinct authenticator types, so architects should be precise about which authenticator they are actually deploying rather than assuming any OTP mechanism confers the same assurance.
Because single-factor OTP codes are typically displayed for manual entry, they remain susceptible to real-time relay and phishing, where an attacker prompts a user for a valid code and immediately replays it. This is a general property of manually-entered OTPs rather than a claim about any specific incident. Organizations weighing OTP devices against phishing-resistant alternatives should account for this exposure in their threat model and configuration decisions.
Who it's relevant to
Inside OTP Device
Common questions
Answers to the questions practitioners most commonly ask about OTP Device.
