8000 GitHub - rinshad-p/Password-Checker
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rinshad-p/Password-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Checker

A Python-based tool to check the strength of your password and verify if it has been exposed in any known data breaches.


Features

  1. Password Strength Checker:

    • Evaluates the strength of your password based on:
      • Length (minimum 8 characters)
      • Presence of uppercase and lowercase letters
      • Inclusion of numbers
      • Use of special characters
    • Provides feedback on whether the password is Strong, Moderate, or Weak.
  2. Breach Checker:

    • Uses the Have I Been Pwned API to check if your password has been exposed in any known data breaches.
    • Returns the number of times the password has been found in breaches or confirms its safety.
  3. User-Friendly Interface:

    • Colored console output for better readability.
    • Interactive prompts for checking multiple passwords.

Requirements

  • Python 3.x
  • requests library (for API calls)
  • colorama library (for colored console output)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0