strongpwd

1.0.0 • Public • Published

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.

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i strongpwd

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    2.06 kB

    Total Files

    3

    Last publish

    Collaborators

    • yserdych