-
-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
Description
Change the instances where the mobilpay modules located here https://github.com/code4romania/covid-19-ro-help/tree/develop/ro_help/mobilpay/mobilpay are using the pycrypto library.
PyCrypto has not been updated since 2013 and it is not tested with Python>3.3. pyOpenSSL also recommends not using it for anything other than making a TLS connection.
We should use https://github.com/pyca/cryptography instead as this is the recommended library to use for crypto primitives in this day and age.