0.0.1 • Published 10 years ago

password-strength v0.0.1

Weekly downloads
107
License
-
Repository
github
Last release
10 years ago

password-strength

Check if a password is strong enough.

Build Status

Installation

Install with component(1):

$ component install yuehu/password-strength

API

var valid = require('password-strength');
valid(password);
// -> {valid: true, strength: 'medium', hint: null}

.min

The min length of the password, default is 4.

.words

The password can't be these words, default is [].

License

MIT