You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Brenton Earl c70dba9b05 python/passlib: Added (comprehensive password hashing framework). 10 years ago
..
README python/passlib: Added (comprehensive password hashing framework). 10 years ago
passlib.SlackBuild python/passlib: Added (comprehensive password hashing framework). 10 years ago
passlib.info python/passlib: Added (comprehensive password hashing framework). 10 years ago
slack-desc python/passlib: Added (comprehensive password hashing framework). 10 years ago

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.