From f663c1cb9420243e2a7708ebe1f26fceeec73a8c Mon Sep 17 00:00:00 2001 From: sarneaud Date: Tue, 31 Jan 2017 23:37:11 +1100 Subject: [PATCH] Remove PyCrypto from Awesome Cryptography list (#38) It has several issues (some security-related) that won't be fixed because the project isn't being maintained. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index bb8aadc..effc9ce 100644 --- a/README.md +++ b/README.md @@ -282,7 +282,6 @@ encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as - [cryptopy](https://sourceforge.net/projects/cryptopy/) - Pure python implmentation of cryptographic algorithms and applications. - [hashids](https://github.com/davidaurelio/hashids-python) - Implementation of [hashids](http://hashids.org) in Python. - [paramiko](http://www.paramiko.org/) - Python implementation of the SSHv2 protocol, providing both client and server functionality. -- [pycrypto](https://github.com/dlitz/pycrypto) - The Python Cryptography Toolkit. - [pycryptodome](https://github.com/Legrandin/pycryptodome) - Self-contained Python package of low-level cryptographic primitives. - [PyElliptic](https://github.com/yann2192/pyelliptic) - Python OpenSSL wrapper. For modern cryptography with ECC, AES, HMAC, Blowfish. - [pynacl](https://github.com/pyca/pynacl) - Python binding to the Networking and Cryptography (NaCl) library.