Blog · Cybersecurity & IT

What Is Multi-Factor Authentication (MFA)?

By Nick Kavagi · 6 min read

A stolen password used to be enough to break into an account. Multi-factor authentication changes that, by requiring a second piece of proof that's much harder for an attacker to obtain.

What MFA Actually Means

Multi-factor authentication requires two or more separate proofs of identity to log in — typically something you know (a password) combined with something you have (a code sent to your phone, or generated by an app) or something you are (a fingerprint or face scan).

Why It Works So Well

Even if an attacker steals or guesses your password, they still can't log in without also having access to your phone or authentication app. This single extra step blocks the overwhelming majority of automated account takeover attempts.

Common Types of MFA

  • Authenticator apps — generate a time-based code on your phone (generally the most secure common option)
  • SMS codes — a code sent via text message (convenient, though slightly less secure than an app)
  • Push notifications — a simple tap to approve a login attempt on a trusted device
  • Hardware keys — a physical device plugged in or tapped to confirm identity, often used for higher-security needs

Where to Turn It On First

  1. Email — often the gateway to resetting passwords on everything else
  2. Banking and payment platforms
  3. Cloud storage and business software
  4. Your website's admin login and hosting account

Conclusion

MFA takes a couple of minutes to set up per account and dramatically reduces the risk of a stolen password turning into a full account breach. It's one of the highest-value, lowest-effort security upgrades available.

Not sure where your website stands?

I'll take a proper look and tell you exactly what to fix.

Book a free consultation

FAQs

It adds a small extra step at login, but most systems remember trusted devices for a period of time, so it's rarely needed on every single login.
Most services offer backup codes generated at setup, which should be saved somewhere safe, along with alternative recovery options through the account provider.
SMS is better than no MFA at all, but authenticator apps are generally more secure since SMS can, in rare cases, be intercepted.

Related Articles