0.1.2 • Published 9 years ago

common-password v0.1.2

Weekly downloads
92
License
ISC
Repository
github
Last release
9 years ago

This package was inspired by an article "10,000 Top Passwords" by Mark Burnett.

Popular passwords

This package can be used as password requirement, but should be combined with length checking. Some passwords are not listed as popular because they don't meet length requirement in many systems. For example 1234 is listed as popular password, but 123 is not.

Installation

npm install common-password

Example

Check example.js.

$ node ./example.js passw0rd
password is too easy to guess
not OK
$ node ./example.js eiGoh8ou
OK