manncr / Password-Strengths-cs478

We will create a password strength demo that tests a given password live against 5-10 different strength tests, and giving results for each one.
1 stars 0 forks source link

Implement rule from "A Conceptual Framework for Assessing Password Quality" #4

Closed jemisonf closed 4 years ago

jemisonf commented 4 years ago

Cited in a paper @Garishtech posted: http://paper.ijcsns.org/07_book/200701/200701B01.pdf

They propose that:

a good password should be at least 8 characters long, with at least 3 special characters plus other alphanumeric characters.