Live data from Hacker News

The bleak picture of two-factor authentication adoption in the wild

elie.net

11–20 of 96 posts

Re: The bleak picture of two-factor authentication adoption in the wild

#11
post #9

For those among us who can handle our passwords and general security, 2FA is just a penalty we have to pay for those who can't. As far as possible, I ditch any company that wants to force it upon me. I've done my homework, I don't want to consult my telephone, my mailbox, or even worse, some pesky dongle to complicate my life and add to my expenses.

2FA is nice when you're working across devices - I.e. using a public PC but have your phone on you.

Oh yes,just please don't force me into it. I actually use it in a few essntial places, but only as an opt-in.

Re: The bleak picture of two-factor authentication adoption in the wild

#12

Earlier quoted context omitted.

Google authentication is great, until it's time to get a new phone.

Check out Authenticator Plus - its another TOTP app that lets you backup your (encypted) 2FA secrets and optionally syncs them across devices. Thankfully Google Authenticator is just TOTP, so you can use whatever client you want.

Thanks for the tip, I only knew about authy before

Re: The bleak picture of two-factor authentication adoption in the wild

#14

For those among us who can handle our passwords and general security, 2FA is just a penalty we have to pay for those who can't. As far as possible, I ditch any company that wants to force it upon me. I've done my homework, I don't want to consult my telephone, my mailbox, or even worse, some pesky dongle to complicate my life and add to my expenses.

I recently started using a Titan key where I can and am in the process of requiring it for my team.

We can handle good passwords. But our customers deserve for our database, admin tools, etc to require the more comprehensive authentication.

I'm not going to make our customers use 2FA, but we do require it internally now. We can handle it.

Re: The bleak picture of two-factor authentication adoption in the wild

#15
post #4
post #3

It completely blows my mind that blizzard got it right over a decade ago with a dedicated physical device that would generate a one-time, time sensitive key for second factor authentication (to protect my video game account). Where as I feel I'm still waiting for my bank (actual money) to catch up. they took the easy way out by sms-ing me a second factor authentication key. Even though phone number theft is a known a…

My bank did that, maybe a decade ago. It was pretty inconvenient any time I wanted to access my bank account away from home. SMS is a godsend by comparison.

U2F keys are ideal in this regard. You typically have your keys with you. The only weakness is that not enough apps incorporate u2f over nfc.

Re: The bleak picture of two-factor authentication adoption in the wild

#17

2FA is a user interface disaster, exporting the failures of software security as a huge annoyance on to users. I would rather be hacked than deal with 2FA.

The right way to do it is to use client-side TLS certificates in combination with the username and password. Add in a passphrase for the private key and you could have 3FA.

All that's really needed is for browser vendors to improve their UI for generating certificate signing requests and importing certificates.

Re: The bleak picture of two-factor authentication adoption in the wild

#18
post #9

For those among us who can handle our passwords and general security, 2FA is just a penalty we have to pay for those who can't. As far as possible, I ditch any company that wants to force it upon me. I've done my homework, I don't want to consult my telephone, my mailbox, or even worse, some pesky dongle to complicate my life and add to my expenses.

2FA is nice when you're working across devices - I.e. using a public PC but have your phone on you.

Ideally, I would not want to use a public computer to access an important account. People can forget to use an incognito session, forget to log out, or even forget to close the browser.

Re: The bleak picture of two-factor authentication adoption in the wild

#19
post #2

I was having an argument over 1password's 2fa support not being a second factor. (I don't think it is.) However, it is so much safer than not using 2fa. In similar terms U2F is amazing and keeps you from being phished and has a great challenge/response protocol, if that was implemented in 1password (or browsers themselves thank you!) we'd all be a lot safer than not using it at all. In 2018 I'm using an app to take s…

> (I don't think it is.)

If your master password is someone exposed, then nothing really protects you.

Re: The bleak picture of two-factor authentication adoption in the wild

#20

For those among us who can handle our passwords and general security, 2FA is just a penalty we have to pay for those who can't. As far as possible, I ditch any company that wants to force it upon me. I've done my homework, I don't want to consult my telephone, my mailbox, or even worse, some pesky dongle to complicate my life and add to my expenses.

In contrast, I wouldn't hesitate to enable 2FA if the company supported doing so via client-side TLS certificates (such that I can import it into my browser and use it in combination with my existing credentials).
Post reply on HN