soteruser

A module to store usernames, hashed passwords and salts


Keywords
security, hash, safe, storage, admin, accounts
License
MIT
Install
pip install soteruser==0.2

Documentation

soteruser

A python module for usernames and passwords.

Soter
Greek daimon of safety

Soter generates and stores a hashed and salted password alongside the associated username. The module can then check an entered password against the original.

For more info and the documentation see the wiki.