Skip to content

Two-Factor Authentication

Two-Factor Authentication.

An authentication scheme requiring exactly two independent factors — typically something the user knows (password) plus something they have (phone, security key) or are (biometric).

2FA and MFA differ in count but not always in security. Two strong factors (password plus passkey, or passkey with biometric verification) is more secure than three weak factors (password plus SMS plus security question). The recurring mistake is treating the factor count as the security metric; the right metric is the resistance properties of each factor — replay resistance, phishing resistance, verifier impersonation resistance.

Passkeys present an interesting taxonomic question: a passkey on a device with biometric unlock is technically two factors (something you have — the device — and something you are — the biometric) in a single user interaction. NIST treats this as a single multi-factor cryptographic authenticator meeting AAL2 by itself; in practice, deployments increasingly treat a passkey as a complete authentication rather than half of a 2FA pair.

Common questions

What is the difference between 2FA and MFA?

Is SMS OTP still considered 2FA?

Are passkeys 2FA?

Related terms

In the guides

Last updated 2026-05-15.