passlib==1.7.4
# comprehensive password hashing framework supporting over 30 schemes
$ pip install passlib
downloads/wk
0
license
BSD
version
1.7.4
python
any
What is passlib?
Passlib is a Python library that provides password hashing functionality supporting over 30 different hashing schemes and algorithms. Developers use it to securely hash and verify passwords in applications, with built-in support for modern schemes like bcrypt and argon2 as well as legacy formats for migration purposes. It abstracts away the complexity of selecting and implementing secure password storage, reducing the risk of improper password handling.
Keywords
#password #secret #hash #security
Author
Eli Collins