summaryrefslogtreecommitdiffstats
path: root/python/python2-passlib/README
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2023-09-23 09:16:18 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-23 09:16:18 +0700
commitdac7d45703676f9cc90980c850e957c81032d1f1 (patch)
tree99a9e456e63f48ef1ee216f3aac036ef041d199e /python/python2-passlib/README
parent5ac8bb1d9541ea297fa4055b7e86a8ed0270f4e3 (diff)
downloadslackbuilds-dac7d45703676f9cc90980c850e957c81032d1f1.tar.gz
slackbuilds-dac7d45703676f9cc90980c850e957c81032d1f1.tar.xz
python/python2-passlib: Added (password hashing framework).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-passlib/README')
-rw-r--r--python/python2-passlib/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python2-passlib/README b/python/python2-passlib/README
new file mode 100644
index 0000000000..aedbf3b908
--- /dev/null
+++ b/python/python2-passlib/README
@@ -0,0 +1,6 @@
+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.