amitu / django-encrypted-id

Encrypted IDs for Django Models
BSD 2-Clause "Simplified" License
32 stars 16 forks source link

Installation Error due to PyCrypto #23

Open AcudoDev opened 4 years ago

AcudoDev commented 4 years ago

Hello,

Thank you for your project, it's a great idea. I tried to install it using pip but got an error. In fact PyCrypto seems to be a "dead" project, and I'm even not able to install it alone. I'm using Python 3.7 and the last Django version.

Thanks

slinkymanbyday commented 4 years ago

There is an open PR for this not sure if it will be merged Alternatively, take a look at my fork which uses cryptography instead of pycrypto: https://github.com/slinkymanbyday/django-encrypted-id-cryptography (not completely backwards compatible, make sure you read the readme)