Hardware Token
A hardware token is a small physical device that a person carries and uses to help prove their identity when logging in. It typically serves as an additional layer of security beyond a password, often acting as a second factor during sign-in.
A hardware token is a dedicated physical device used in authentication to verify a principal's identity, most commonly as a possession factor in multi-factor or two-factor authentication flows. Depending on the device, it may store and protect cryptographic material such as a private key, or generate one-time codes used during login. As a possession-factor authenticator, it addresses authentication rather than authorization, and its specific capabilities and supported protocols vary by device type and deployment.
Why it matters
Passwords alone are a knowledge factor that can be phished, guessed, reused, or leaked in a breach. A hardware token introduces a distinct possession factor into the authentication flow, meaning an attacker who has stolen a password still cannot complete a sign-in without also having the physical device in hand. This separation is what makes hardware tokens a common building block in multi-factor and two-factor authentication deployments where organizations want assurance beyond a single credential.
The security value of a hardware token depends heavily on the type of device and how it is used. Tokens that store and protect cryptographic material such as a private key can bind authentication to a specific device in a way that is difficult to extract or clone, while tokens that simply generate one-time codes provide a possession factor but may be more exposed to interception or social-engineering relay depending on the flow. Because capabilities vary by device and deployment, teams evaluating hardware tokens should confirm exactly which protocols and factor guarantees a given device provides rather than assuming all hardware tokens offer equivalent protection.
It is important to keep scope precise: a hardware token addresses authentication, proving who a principal is, and does not by itself determine authorization, or what that principal is permitted to do once authenticated. Treating a token as an authorization control, or assuming that possessing one grants access rights, misunderstands where it sits in an access flow.
Who it's relevant to
Inside Hardware Token
Common questions
Answers to the questions practitioners most commonly ask about Hardware Token.
