8000 GitHub - mmena1/python-password-utils
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mmena1/python-password-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Utilities

This is a small app which has 3 password utilities:

  • Generate passwords with several options like length, uppercase characters, numbers, symbols, etc.
  • Validate a password against certain criteria.
  • Check if a password have been found on a data breach using the Have I been Pwned? api.

Requirements

  • Python 3.8
  • Pipenv (just for debugging)

Instructions

  1. (Optional) Install dependencies:
    pipenv install
    
    No dependencies are needed, this will install ipdb for debugging.
  2. Run the main file:
    pipenv run python main.py
    
    Here you have a menu with some options you can try.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0