Closed DevArenaCN closed 7 years ago
I was reading some of the papers and online articles. I don't think we've quite nailed the problem yet. From what I understand, we can be tackling these different problems:
For literature, we could use this website: http://passwordresearch.com/index.html. It has a big listing of research papers about passwords
I belive the problem we are tackling is making logging-in (authentication) easier to the user
This can be done in the following ways:
Plain Vanilla approach:
Password replacement
Using a Smartphone as auth ( fingerprint recognition, QR code scan)
Passphrase generation I was searching for some literature on this and found the following paper from CMU.
Hi guys, I recently signed up for medium.com. I was surprised to find out that it doesn't require a password to login. Everytime you want to login, it sends you an email with a link; you open the link and you are logged in. This is really convenient
Yeah we can do something similar to it, maybe do it in a biometric authentication way
found a blog articles talking about this:
https://thisdata.com/blog/an-introduction-to-passwordless-logins/ https://blog.howdy.ai/it-is-past-time-for-passwordless-login-4f468b812301#.2htz4he8m
Open a new issue for the January report so I'm closing this one.
So, from what I've found, I think we could use Designing Password Policies for Strength and Usability Section 2.3 Understanding How Users Manage Passwords as a start, the study shows password reuse is common, also users' mental models are a crucial driver as well. In this paper, it also included two studies regarding different types of password and how well do people input those passwords.
The other paper is the Compare Password Management Software Toward Usable and Secure Enterprise Authentication one, which gives us a detailed study on the comparison of 4 different password manager software, we could use it to form the user survey of our own.
For implementations, we could use Graphical Passwords: Learning from the First Twelve Years to back our graphic implementation (PNC bank) up. The other one is Advanced smart card based password authentication protocol, which we could use to form our way of doing the master password, or something else, I'm not sure about this implimentation.