Skip to content

Check multiple passwords against the Have I Been Pwned Passwords Database service.

License

Notifications You must be signed in to change notification settings

danielaj28/hibp-password-batch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


hibp-password-batch

Check multiple passwords against the Have I Been Pwned Passwords Database service.


Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

This project allows users the ability to check their passwords against the HIBP platform, securely using using k-Anonymity. The current solution from HIBP only allows for once password check at a time.

The pwned password service by Troy Hunt and Team is a great way to find out if a password has been involved in a data breach. However many breach notifications are Combolists making it unclear which service would be affected. I agree with Troy's stance that providing the site alongside is a very bad thing to do as you become a target for malicious actors.

Here's what this tool can do:

  • From a list of passwords it will highlight which have appeared in a breach
  • It will react to rate limiting response automatically

(back to top)

Built With

  • Node.js
  • Axios

(back to top)

Getting Started

Prerequisites

  • npm

    npm install npm@latest -g
  • git

Installation

  1. Clone the repo
    git clone https://github.com/danielaj28/hibp-password-batch.git
  2. Install NPM packages
    npm install

(back to top)

Usage

  1. Export your passwords from wherever you keep them to "items.txt" placed in the root of this project with each password on a new line.
  2. Run the program
    npm run start

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Project Link: https://github.com/danielaj28/danielaj28

(back to top)

Acknowledgments

(back to top)

About

Check multiple passwords against the Have I Been Pwned Passwords Database service.

Resources

License

Stars

Watchers

Forks