Earlier quoted context omitted.
I have implemented this before. I have it in production right now. The fact is people hate typing stuff from their phone into their computer. Specially if you phone is not always within reaching distance. If you have to do it with tons of different logins you will be annoyed. As long as you have 1-2 accounts its fine, but if we really want to role it out everywhere, we need something better.
What are your thoughts about SQRL?
Two Factor Auth List of Websites
61–65 of 65 posts
Re: Two Factor Auth List of Websites
#62Earlier quoted context omitted.
> The TOTP stuff will never be widly used. Its just a total pain to work with. I'm not sure I agree with that. Generating a code: makeQRCode(); Validating a code: validateCode($_POST['2facode'])) { // Login successful } } Then you can just use the 2FA app of your choice (Authy, Google Authenticator, etc.), scan the QR code, and you're good to go.
I have implemented this before. I have it in production right now. The fact is people hate typing stuff from their phone into their computer. Specially if you phone is not always within reaching distance. If you have to do it with tons of different logins you will be annoyed. As long as you have 1-2 accounts its fine, but if we really want to role it out everywhere, we need something better.
Neither of these things is a barrier.
Re: Two Factor Auth List of Websites
#63It always wondered me why my bank can't offer my 2FA with SMS code, but Steam or Github can?
Why do you want the place that keeps all your money to support an unencrypted, unauthenticated, over-the-air token delivered by an insecure provider over an insecure protocol?
Re: Two Factor Auth List of Websites
#64Instagram does have 2FA...
Re: Two Factor Auth List of Websites
#65Instagram does have 2FA...
Are you sure it's rolled out for everyone? I have been trying to find it (web & mobile app) for weeks and can't find it... I know there was a bunch of press about it in February 2016, but I don't see it in the UI.