1.0.0 • Published 2 months ago

strongpwd v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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.

1.0.0

2 months ago