zxcvbn password complexity algorithm in golang
Go to file
Nathan Button 21a0630b2e Accidentally added a binary removing it now. 2015-09-29 16:45:16 -06:00
adjacency init. Added Json for adjacency and word list 2015-09-29 16:35:25 -06:00
frequency init. Added Json for adjacency and word list 2015-09-29 16:35:25 -06:00
LICENSE.txt License doc 2015-09-29 16:39:16 -06:00
README.md Create README.md 2015-09-29 16:42:33 -06:00
zxcvbn.go init. Added Json for adjacency and word list 2015-09-29 16:35:25 -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/zxcvbn

This is a work in progress