password-strength-calc

1.0.3 • Public • Published

password-strength-calc

Build Status Coverage Status

Password strength calculator written in JavaScript.

Scoring rule is based on The Password Meter.

Password strength value is from 0 to 100.

Node.js

const getPasswordStrength = require('password-strength-calc');

console.log(`'Password' strength is ${getPasswordStrength('Password')}`);

// 'Password' strength is 26

Browser

<script src="pwd-str-calc.min.js"></script>
<script>
    document.write("'Password' strength is " + getPasswordStrength('Password'));
</script>

Download

Readme

Keywords

none

Package Sidebar

Install

npm i password-strength-calc

Weekly Downloads

63

Version

1.0.3

License

MIT

Unpacked Size

130 kB

Total Files

11

Last publish

Collaborators

  • lechuckroh