CL
ChainLens

Two-Factor Authentication (2FA)

securitybeginner

Definition

A security layer requiring both a password AND a second proof of identity (usually a code from an app like Google Authenticator, or a hardware key like YubiKey). SMS 2FA is weak — use authenticator apps or hardware 2FA instead.

Example

Enable hardware 2FA on every crypto exchange account. SIM swap attacks have cost individuals millions.

Related