password-strength
v0.0.1
Published
Check if a password is strong enough.
Downloads
1,089
Readme
password-strength
Check if a password is strong enough.
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