zxcvbn password complexity algorithm in golang
Go to file
Nathan Button 441bbc2241 Changed to use the Python version as my base. 2015-10-01 07:38:42 -06:00
adjacency Changed to use the Python version as my base. 2015-10-01 07:38:42 -06:00
frequency init. Added Json for adjacency and word list 2015-09-29 16:35:25 -06:00
matching Changed to use the Python version as my base. 2015-10-01 07:38:42 -06:00
utils/math Changed to use the Python version as my base. 2015-10-01 07:38:42 -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 Changed to use the Python version as my base. 2015-10-01 07:38:42 -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