Skip to content

Remove mobilpay modules dependency on pycrypto and pyopenssl #386

@aramboi

Description

@aramboi

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions