etingof / pysnmp

Python SNMP library
http://snmplabs.com/pysnmp/
BSD 2-Clause "Simplified" License
577 stars 193 forks source link

Replace unmaintained PyCrypto dependancy #19

Closed johnthagen closed 7 years ago

johnthagen commented 7 years ago

The PyCrypto project is no longer maintained: https://github.com/dlitz/pycrypto/issues/173

There is also at least one known exploitable vulnerability: https://github.com/dlitz/pycrypto/issues/176

Alternatives:

Another benefit of this move is it makes it easier for Windows users to install because both of these alternatives host official binary wheels on PyPI.

etingof commented 7 years ago

I am all for rebasing pysnmp onto the cryptography! If you would you be able to come up with a PR, that would be awesome! ;-)

etingof commented 7 years ago

Switched to PyCryptodome since bd01807038a1879a8eec1549fc1153adf649ead9. Thank you for the heads up!