benkonrath / transip-api

Python implementation for the TransIP API
https://transip-api.readthedocs.io/en/latest/
MIT License
23 stars 23 forks source link

Change PyCrypto to cryptography #34

Closed roaldnefs closed 6 years ago

roaldnefs commented 6 years ago

Change PyCryto to cryptography because the PyCrypto library isn't updated in the last couple of years and has a known vulnerability.

The cryptography library is able to read the private key file in both PKCS and OpenSSH format.

See: