So, what are our alternatives to passwords? Means of authentication are grouped into three categories. Something a user knows, something a user has, or something a user is. Passwords fall into the first category, because they are something a user knows. Biometric systems use physical characteristics of a user, including solutions that check fingerprints, handprints, hand geometry, or retinal scans. So, biometric authentication is based on something a user is. Authentication systems that rely on something a user has include key cards, smart cards, or USB tokens, or certificates (often via public key infrastructure / PKI). Usually, card and token systems also rely on something a user knows as well, such as a PIN.