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 zxcvbn password checker #3

Closed jemisonf closed 4 years ago

jemisonf commented 4 years ago

This is a library from Dropbox cited in several of our sources: https://github.com/dropbox/zxcvbn

Should be pretty straightforward to implement.