summaryrefslogtreecommitdiffstats
path: root/python/passlib/README
diff options
context:
space:
mode:
author Brenton Earl <brent@exitstatusone.com>2015-11-25 18:09:26 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-11-28 07:25:59 +0700
commitc70dba9b054066bab035025403a1ba97c9d2439f (patch)
tree82f38e71e79e2258f5bf799a0244d7f8babbc7be /python/passlib/README
parente36233586179d0a7ca3312930e9b900eea352e1d (diff)
downloadslackbuilds-c70dba9b054066bab035025403a1ba97c9d2439f.tar.gz
slackbuilds-c70dba9b054066bab035025403a1ba97c9d2439f.tar.xz
python/passlib: Added (comprehensive password hashing framework).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/passlib/README')
-rw-r--r--python/passlib/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/passlib/README b/python/passlib/README
new file mode 100644
index 0000000000..d3618f7ac9
--- /dev/null
+++ b/python/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.