Open AcudoDev opened 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)
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