Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator with Leak Check

This project generates strong, secure passwords and checks them against known data breaches using the HaveIBeenPwned API.

Features:

  • Generates random, secure passwords.
  • Checks passwords for leaks using the HaveIBeenPwned API.
  • Provides feedback on password strength and security.

Requirements:

  • Python 3.x
  • Requests

How to Run:

  1. Clone the repository
  2. Install the required dependencies: pip install -r requirements.txt
  3. Run the script python main.py to generate and check passwords.

About

A Python-based tool that generates strong and secure passwords. It also checks the passwords against a database of known breaches to ensure they are safe to use.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages