Skip to content

observian/examples--python-password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-password

Installation

  1. Set up a virtual environment
  2. pip install pip-tools
  3. pip-sync

Examples

Get Help

python app.py --help

Create a new user

python app.py --user myuser --password coolpass --new

Create a new admin user

python app.py --user myadminguy --password securepass --new --admin

Test password

python app.py --user myuser --password coolpass

//Output
Login Successful!

About

Secure password implementation using passlib and TinyDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages