-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade results in InvalidSignature: Signature did not match digest. #55
Comments
I tried again with a more recent version of Python:
Same problem. Is anyone able to help fix this? |
If the two Django installations are using different It appears that data is being encrypted with the
Unfortunately this will cause your fields to be encrypted with the same |
@bareynol thanks for the excellent analysis -- what I seemingly have run into with this project is kind of two fold: 1.) On mac os and some systems, I get I'm not sure what the path forward is to improve this library with regards to these edge cases, but it seems like a tricky problem to solve. |
Hi,
I'm experiencing a problem accessing existing encrypted data after upgrading django-cryptotgraphy and Django.
to this:
The two installations exist independently, and are accessing the same database, with the same CRYPTOGRAPHY_KEY. The first one still works. The second one throws this error when trying to access that model:
Is it possible something changed in the cryptography package? Any suggestions on where to look?
Thanks for any tips.
The text was updated successfully, but these errors were encountered: