Skip to content

bucket-list/node-zxcvbn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-zxcvbn

zxcvbn password strength calculator, published as a node.js module.

Authored by Dan Wheeler at Dropbox. Published to npm by Michael Smith.

See the original for more details.

This package builds both with npm and bower.

####Bower (bower.json):

"zxcvbn": "https://github.com/buttercoin/node-zxcvbn.git#master"

####NPM (package.json):

"zxcvbn": "git://github.com/buttercoin/node-zxcvbn.git#master"

#####You will likely need to fork this repo due to the hardcoded path to zxcvbn.js present in zxcvbn-async.js

If your zxcvbn.js file is not located at public/javascripts/vendor/zxcvbn.js, follow these steps:

  1. Fork the repo (make sure you change your package links to your new location)
  2. Edit zxcvbn/async.coffee with the correct location of the zxcvbn.js file
  3. Run these commands:
    $ cd zxcvbn
    $ ./compile_and_minify.sh
  4. Push the resulting changes back to your new repository

About

realistic password strength estimation (for node.js)

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • CoffeeScript 54.1%
  • JavaScript 25.7%
  • Python 18.3%
  • Shell 1.9%