coinbase / coinbase-python

DEPRECATED — Coinbase Python API
Apache License 2.0
524 stars 218 forks source link

Switch from pycrypto to PyCryptodome #71

Closed sanderbrauwers closed 6 years ago

sanderbrauwers commented 6 years ago

pycrypto is not supported anymore and gives errors on python >3.3 https://github.com/dlitz/pycrypto/issues/238

balloob commented 6 years ago

pycrypto also has an unfixed CVE: https://security-tracker.debian.org/tracker/CVE-2013-7459

Allows remote attackers to execute arbitrary code

balloob commented 6 years ago

pycryptodome is a drop-in replacement for pycrypto.

sds commented 6 years ago

Thanks for reporting, @sanderbrauwers, and @balloob for the PR!