From 21c57587e76a7af9fdd046aae11ec76d09ed6f5a Mon Sep 17 00:00:00 2001 From: Bradley Laney Date: Sun, 24 Jun 2018 23:50:28 -0400 Subject: [PATCH] Update Passlib hyperlink in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92784dd0..4481d9ef 100644 --- a/README.md +++ b/README.md @@ -332,7 +332,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [cryptography](https://cryptography.io/en/latest/) - A package designed to expose cryptographic primitives and recipes to Python developers. * [hashids](https://github.com/davidaurelio/hashids-python) - Implementation of [hashids](http://hashids.org) in Python. * [Paramiko](http://www.paramiko.org/) - A Python (2.6+, 3.3+) implementation of the SSHv2 protocol, providing both client and server functionality. -* [Passlib](https://pythonhosted.org/passlib/) - Secure password storage/hashing library, very high level. +* [Passlib](https://passlib.readthedocs.io/en/stable/) - Secure password storage/hashing library, very high level. * [PyNacl](https://github.com/pyca/pynacl) - Python binding to the Networking and Cryptography (NaCl) library. ## Data Analysis