Live data from Hacker News

Please stop calling SMS codes “two-factor” authentication

hackernoon.com

1–8 of 8 posts

Re: Please stop calling SMS codes “two-factor” authentication

#3
The author concludes an SMS code is two-step auth, not two-factor, because the code could be transmitted over Messenger. This allowed the author to authenticate without physical access to the device.

I fail to see how pushing a button makes a significant difference. Instead of sending a code, I'll just ask my friend over Messenger to push the button. Authenticated without any more physical access than with the code system.

Re: Please stop calling SMS codes “two-factor” authentication

#8
Technically code via SMS is 2FA, it is proving one has access to that cell/mobile phone account either directly or indirectly. I would say it is a terrible authentication system but it is a different factor to something you are (biometrics) or something you know (password/passphrase). However cell/mobile phone accounts are really easily to social engineering access to via the phone companies to send replacement SIM cards for that IMSI, not to mention the encryption to/from the phone has known major flaws (especially pre 3G GSM standards). Far better to use TOTP, HOTP or U2F which are actually designed for authentication purposes rather than have the phone company attempt to do it for you.