Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 549 Bytes

File metadata and controls

18 lines (13 loc) · 549 Bytes

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.