slackbuilds/python/passlib
Brenton Earl abb7ef7b41 python/passlib: Add python3 support.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-01-14 06:01:44 +07:00
..
README python/passlib: Added (comprehensive password hashing framework). 2015-11-28 07:25:59 +07:00
passlib.SlackBuild python/passlib: Add python3 support. 2017-01-14 06:01:44 +07:00
passlib.info python/passlib: Fixed download. 2016-12-24 10:18:44 +00:00
slack-desc python/passlib: Added (comprehensive password hashing framework). 2015-11-28 07:25:59 +07:00

README

Passlib is a password hashing library for Python 2 & 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.