Something You Have
"Something you have" is one of the categories of authentication factors, referring to a physical or digital item a person possesses to prove their identity, such as a smart card or a security token. It is used to confirm who someone is during login, often alongside a password or biometric. Because the item must be in the user's possession, it removes the problem of having to remember information, though the object itself must be kept with the user.
The possession factor is one of the classical authentication factor categories, distinct from knowledge factors (something you know, e.g., a PIN or password) and inherence factors (something you are, e.g., a biometric). It authenticates a principal based on demonstrated possession of an item, which may be a cryptographic identification device, a hardware token, a smart card, or a private key secured within a hardware security processor. In multi-factor authentication, a possession factor is combined with a factor from a different category to strengthen assurance; note that this factor addresses only the authentication step (verifying identity) and does not by itself determine authorization. The strength of a possession factor depends on implementation: hardware-backed cryptographic keys typically provide stronger assurance than shared-secret tokens, but specific security properties vary by device, protocol, and deployment configuration.
Why it matters
The possession factor is a foundational building block of multi-factor authentication, and its value lies in binding identity verification to something a user physically or digitally holds rather than something they merely know. Because a possession factor removes the problem of forgetting a memorized secret, it addresses a distinct failure mode from knowledge factors: a password can be phished, guessed, or reused across sites, whereas an attacker generally must obtain the actual item to satisfy a possession check. When combined with a factor from a different category, such as a knowledge or inherence factor, the possession factor materially raises the assurance of the authentication step.
The strength a possession factor delivers depends heavily on implementation. A private key secured within a hardware security processor can serve as a robust possession factor, enabling strong authentication because the key material typically cannot be extracted from the device. By contrast, a shared-secret token relies on a value that may be intercepted or replayed depending on the protocol, so the same broad category can span a wide range of real-world security properties. Architects should not treat all possession factors as equivalent; the device, protocol, and deployment configuration determine the actual guarantees.
It is important to keep scope clear: a possession factor addresses only authentication, the step of verifying who a principal is. It does not by itself determine authorization, which governs what that principal may do once authenticated. Because the physical or digital object must remain with the user, deployments must also account for the operational realities of possession, such as the item being kept with the user and the consequences if it is not.
Who it's relevant to
Inside Something You Have
Common questions
Answers to the questions practitioners most commonly ask about Something You Have.
