diff --git a/README.md b/README.md new file mode 100644 index 0000000..9d1026b --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# 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