PrashantMhrzn / password-generator-and-checker

Two programs that generate a strong password and checks if a password has been leaked or not.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password Generator And Password Checker:rocket:

Two programs:book: for:

  • Generating secure password(s) to user's liking.:wrench: (password_generator)
  • Checking leaks of any password(s).:mag: (password_checker)

Installation

pip/pip3 install -r requirements.txt

Usage

password_checker: python/python3 password_checker/main.py
password_generator: python/python3 password_generator/main.py

License

MIT

About

Two programs that generate a strong password and checks if a password has been leaked or not.

License:MIT License


Languages

Language:Python 100.0%