diff options
Diffstat (limited to 'python/passlib/README')
-rw-r--r-- | python/passlib/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/passlib/README b/python/passlib/README new file mode 100644 index 0000000000000..d3618f7ac9f57 --- /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. |