summaryrefslogtreecommitdiffstats
path: root/python/python3-passlib/README
blob: aea3d612fdc2cc15c16bea5bdd936f892f83f245 (plain)
1
2
3
4
5
6
Passlib is a password hashing library for Python 3, which provides
cross-platform implementations of over 30 password hashing algorithms,
as well as a framework for managing existing password hashes. It's
designed to be useful for a wide range of tasks, from verifying
a hash found in /etc/shadow, to providing full-strength password
hashing for multi-user applications.