From df87810057544f1a31f084cd9bbc94e65d1fa212 Mon Sep 17 00:00:00 2001 From: conradlink Date: Fri, 27 Jan 2017 08:24:57 -0500 Subject: [PATCH] Remove pycrypto (vinta/awesome-python#819) It appears pycrypto is no longer maintained and has known vulnerabilities, see: dlitz/pycrypto#176 dlitz/pycrypto#173 Appears that larger projects (paramiko, ansible, twisted) have moved over to PyCA's cryptography, which is already on the list. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index de96f55e..3af35624 100644 --- a/README.md +++ b/README.md @@ -314,7 +314,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [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. -* [PyCrypto](https://www.dlitz.net/software/pycrypto/) - The Python Cryptography Toolkit. * [PyNacl](https://github.com/pyca/pynacl) - Python binding to the Networking and Cryptography (NaCl) library. ## Data Analysis