Skip to content

tarunsamuel7/password-breach-checker-using-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Password Breach Checker

Language

Overview

A Python program to check if passwords have been compromised using the haveibeenpwned.com API.

Features

  • Utilizes the haveibeenpwned.com API to check for password breaches.
  • Hashes passwords using the SHA-1 algorithm.
  • Passwords are kept secure through K-anonymity technique.

Getting Started

  1. Clone the repository.
  2. Install dependencies: pip install requests
  3. Run the program: python password_breach_checker.py path/to/passwords.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages