SE17GroupH / SE17_TeamH_Ideas

GNU General Public License v3.0
1 stars 0 forks source link

Reviews on related papers #14

Closed DevArenaCN closed 7 years ago

DevArenaCN commented 7 years ago

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.

thegreyd commented 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:

thegreyd commented 7 years ago

For literature, we could use this website: http://passwordresearch.com/index.html. It has a big listing of research papers about passwords

KaustubhG commented 7 years ago

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.

thegreyd commented 7 years ago

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

DevArenaCN commented 7 years ago

Yeah we can do something similar to it, maybe do it in a biometric authentication way

KaustubhG commented 7 years ago

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

DevArenaCN commented 7 years ago

Open a new issue for the January report so I'm closing this one.