Skip to content

ayush-deadsec/check_password_breach

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Password Strength Analyzer

This is a Python-based tool to check the strength of passwords and verify if they have been exposed in data breaches.

Features of projects

  • Checks password strength based on length, complexity, and common patterns.
  • Uses the Have I Been Pwned API to check if the password has been compromised.

How to Use

  1. Clone the repository:
    git clone https://github.com/your-username/password-strength-analyzer.git
    

2. Install dependencies:

pip install requests

3 Run the script:

 python password_checker.py

Why This Project?

This project demonstrates basic cybersecurity principles, such as password security and the importance of avoiding compromised passwords.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages