Skip to content

Secure password implementation using passlib and TinyDB.

License

Notifications You must be signed in to change notification settings

Jaaromy/python-password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-password

An example project for securely hashing and storing passwords in Python

Installation

  1. Set up a virtual environment (virtualenv docs)
  2. pip install pip-tools
  3. pip-sync

Examples

Get Help

python app.py --help

Create a new user

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

Create a new admin user

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

Test password

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

# Output:
# Login Successful!

About

Secure password implementation using passlib and TinyDB.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages