mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
Merge pull request #1086 from stoksc/patch-1
Update Passlib hyperlink in README.md
This commit is contained in:
commit
7a7041531a
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,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
|
||||
|
|
Loading…
Reference in a new issue