A simple CLI tool to check if a password has been pwned using https://haveibeenpwned.com API.
Install the npm package globally:
npm install -g pwd-check
Run the tool:
pwd-check
It's recommended to use Node.js version >= 14.0.0 to run this package.
Clone the GitHub repository:
git clone git@github.com:ClaudioCorridore/pwd-check.git
Navigate to the cloned project folder:
cd pwd-check
Install the npm dependencies:
npm install
Build the project:
npm run build
To run the tests:
npm test
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Claudio Corridore - Initial work - ClaudioCorridore - web
This project is licensed under the MIT License - see the LICENSE.md file for details.