diff options
| author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-09-23 10:11:01 +0900 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-23 11:33:32 +0700 |
| commit | b9001c5701c3896cfc0c1444aa1ddc261e6c0faa (patch) | |
| tree | 71aa754c82e24c0aa4bdaedd1133617587661053 /python/python3-passlib/README | |
| parent | ecaccc1f3f3d60309fd7f895de605f2461bc517e (diff) | |
python/python3-passlib: Added (password hashing framework).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-passlib/README')
| -rw-r--r-- | python/python3-passlib/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-passlib/README b/python/python3-passlib/README new file mode 100644 index 0000000000..aea3d612fd --- /dev/null +++ b/python/python3-passlib/README @@ -0,0 +1,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. |
