password-strength

Check if a password is strong enough.

Usage no npm install needed!

<script type="module">
  import passwordStrength from 'https://cdn.skypack.dev/password-strength';
</script>

README

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