2Factor
2factor, commonly known as two-factor authentication (2FA), is a security mechanism that strengthens access controls by requiring two distinct forms of evidence from separate categories to verify a user’s identity. By moving beyond a single password, 2factor reduces the risk that a stolen credential alone leads to unauthorized access, since an additional factor is needed.
Typically, the first factor is something the user knows (a password or PIN). The second factor is
Common implementations include time-based one-time passwords (TOTP) and counter-based one-time passwords (HOTP) generated by authenticator apps;
2factor is widely deployed across consumer services and enterprise environments. It improves security but is not
See also: multi-factor authentication, WebAuthn, FIDO2, TOTP, HOTP.