strongpwd
v1.0.0
Published
A package to check the strength of passwords.
Downloads
3
Readme
strongpwd
A package to check the strength of passwords.
Installation
You can install the strongpwd
package via npm:
npm install strongpwd
Usage
const checkPasswordStrength = require('strongpwd');
const password = "MySecurePassword123!";
const strength = checkPasswordStrength(password);
console.log("Password Strength:", strength);
License
This project is licensed under the MIT License - see the LICENSE file for details.