< Home March 2017 The case for passwordless authentication

Introduction

Nirvana Fallacy: Comparing a realistic solution with an idealized one, and dismissing or even discounting the realistic solution as a result of comparing to a "perfect world" or impossible standard. Ignoring the fact that improvements are often good enough reason. [1]

The current best practice for securing your online identity is generally 2 factor authentication, the use of multiple different methods to prove you are who you say you are. Yet most people choose not to use it, the reality is most people are unwilling to prioritise security over ease of use. With that in mind...

FDIO

Yubikey USB device

One of the best second factors is the FIDO standard, this is where the user authenticates by inserting a hardware 'key' into their computer's USB port. The key will then use it's private key to sign a login request to send to the website. The website can then verify the requests authenticity using the public key stored when the account was created. This means the private key never has to leave the device itself greatly reducing the risk of it being stolen.

Hardware authentication keys have many benefits over passwords, they don't require the server (or even the clients computer itself) to know the secret key, providing protection from the website being hacked and viruses on the laptop. They also don't require the user to decide on a password (something which most users are very poor at doing) & there is no password for them to forget. Users are also going to be unable to tell other people their password, providing some level of protection from social engineering. So if users are going to insist on using only a single factor for authentication, why not FIDO rather than passwords?

How it would work

  1. Type their email into the form and click the "Login" button.
  2. Plug their FIDO USB key into the machine and press the button
  3. That's it they are now logged in!

Why?

Benefits

Problems

Conclusion

This system will not be as secure as 2 factor authentication. But most people not willing to trade time and effort for security it has significant benefits over password authentication. It can also be sold to users as being "quicker & easier" which are things normal people care about.


[1] https://www.logicallyfallacious.com/tools/lp/Bo/LogicalFallacies/134/Nirvana-Fallacy