Skip to content

Yserdych/strongpwd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published