You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two projects, in the first one I added some data with the encrypting method, in the second project I added the exact key and salt and accessed to database which the first project wrote data on it, I tried to get data in the second project but I got this error message: BadSignature: Signature "b'EaHnfBb0SVH7pvZxDSWPhFGSWdXUBmYilEdfFLJ+zsE=\n'" does not match
The text was updated successfully, but these errors were encountered:
I also get this error when I run the same project via a poetry virtual environment and another docker environment. Same code, same database, same SECRET_KEY, CRYPTOGRAPHY_KEY and CRYPTOGRAPHY_SALT
hi guys :
I have two projects, in the first one I added some data with the encrypting method, in the second project I added the exact key and salt and accessed to database which the first project wrote data on it, I tried to get data in the second project but I got this error message:
BadSignature: Signature "b'EaHnfBb0SVH7pvZxDSWPhFGSWdXUBmYilEdfFLJ+zsE=\n'" does not match
The text was updated successfully, but these errors were encountered: