Skip to content

iamovi/powerful-password-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

powerful-password-checker

This is a Python script that checks the security of passwords using the "Have I Been Pwned" (HIBP) API.

Description

The script allows you to check whether a password has been found in a data breach. It does this by sending a partial hash of the password to the HIBP API and checking if there is a match in the database. If a match is found, it means the password has been compromised and should be changed.

License

This project is licensed under the MIT License. See the LICENSE file for details.

The MIT License is a permissive open-source license that allows you to use, modify, and distribute this software for both commercial and non-commercial purposes. You can find more information about the MIT License in the LICENSE file.

Features

  • Password security checking using the HIBP API.
  • Secure handling of password hashes.
  • Minimal dependencies, mainly using Python's standard library.

Usage

To use this script, follow these steps:

  1. Clone the repository to your local machine or download code files as zip then extract and open with a code editor.

  2. Install Python if you haven't already.

  3. Run the script by providing the passwords you want to check as command-line arguments. (run it on terminal/powershell/bash/cmd) as your wish! For example:

    python check_me.py password1 password2y6546
    

Live Preview

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages