password-health-checker-v2
v2.0.0
Published
  # ๐ Password Health Checker API
Maintainers
Readme
๐ Password Health Checker API
A simple Node.js API that checks the strength and security of passwords using:
zxcvbnโ to analyze password strengthHave I Been Pwnedโ to check if the password has been compromised in known data breaches
๐ Features
- ๐ช Detect password strength (score from 0 to 4)
- ๐ง Give smart feedback and suggestions
- ๐ก๏ธ Check if your password has been pwned
- โก Simple and fast REST API
๐ฆ Install via NPM
Globally:
npm install -g password-health-checker