Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 852 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 852 Bytes

HashSafe-Insight

Description

This script is a password security checker that uses the k-anonymity model and Pwned Passwords API to determine if a password has been exposed in a data breach. It ensures that the actual passwords are never sent over the network, only using the first five characters of their SHA-1 hash. The script can check multiple passwords efficiently and securely.

Features

  • Uses k-anonymity for secure password checking.
  • Hashes passwords with SHA-1.
  • Checks multiple passwords from a file or command line.
  • Reports on the exposure status of passwords.

How to Use

  1. Clone this repository.
  2. Run the script with a file containing passwords, one per line: python check_my_password.py input_passwords.txt.

Requirements

  • Python 3.x
  • requests

Contact

Thanuja Cherukuri - [thanujacherukuri111@gmail.com]