Can passwordless logins ever exist outside of web applications?
Sort by:
Even with YubiKeys, etc., it's like RSA all over again: I used to have boxes of RSA tokens because everybody kept losing them and we were constantly reassigning tokens. So I see that happening with YubiKey as well and other hard code vendors like that.
Passwordless logins with tokens do work but when you go with passwordless logins, what you rely on instead is something I have that can be stolen. The security of two-factor authentication (2FA) using your phone—as something I have—has already been broken.
@Dan Would like to know more about the broken 2FA on the phone assuming that does not use SMS.
SMS, Keys, etc... any of those can physically stolen and/or cloned. The bottom line is no 2FA is bulletproof... but it still does SIGNIFICANTLY increase security, as it increases the risk (of getting caught) and difficulty of the attack (e.g. proximity to the target, stealing something physical all increase the likelihood of getting caught). <br><br>So just saying that 2FA is definitely worth the increase in security, however have no illusion that it is bulletproof and can 100% prevent fraud. Know the limitations of your technology, know you're enemy, and know thyself.
FaceID and TouchID without a password fallback should be possible now with technology. Its always the edge cases that warrants the password as a fallback.