zxcvbn password complexity algorithm in golang
Go to file
Nathan Button e479b1bf0a Scoring partly done. Its now in a state that it can be used. =D 2015-10-06 12:43:37 -06:00
adjacency Scoring partly done. Its now in a state that it can be used. =D 2015-10-06 12:43:37 -06:00
frequency Added some test. Made paths relative. Ported more python over 2015-10-05 13:56:21 -06:00
match Scoring partly done. Its now in a state that it can be used. =D 2015-10-06 12:43:37 -06:00
matching Scoring partly done. Its now in a state that it can be used. =D 2015-10-06 12:43:37 -06:00
scoring Scoring partly done. Its now in a state that it can be used. =D 2015-10-06 12:43:37 -06:00
utils/math Scoring partly done. Its now in a state that it can be used. =D 2015-10-06 12:43:37 -06:00
.gitignore Scoring partly done. Its now in a state that it can be used. =D 2015-10-06 12:43:37 -06:00
LICENSE.txt License doc 2015-09-29 16:39:16 -06:00
README.md Changed to use the Python version as my base. 2015-10-01 07:38:42 -06:00
zxcvbn.go Scoring partly done. Its now in a state that it can be used. =D 2015-10-06 12:43:37 -06:00

README.md

zxcvbn-go

zxcvbn password complexity algorithm in golang

This is based off of the zxcvbn algorithm by Dropbox. https://github.com/dropbox/python-zxcvbn

This is a work in progress