summaryrefslogtreecommitdiffstats
path: root/python/passlib/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/passlib/README')
-rw-r--r--python/passlib/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/python/passlib/README b/python/passlib/README
deleted file mode 100644
index d3618f7ac9..0000000000
--- a/python/passlib/README
+++ /dev/null
@@ -1,6 +0,0 @@
-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.