summaryrefslogtreecommitdiffstats
path: root/python/python2-passlib/README
diff options
context:
space:
mode:
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.