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
{{ message }}
This repository was archived by the owner on Apr 7, 2021. It is now read-only.
Hi. I have encrypted my data with versioning true and now I have changed my APP_KEY and the decryption is not working. If I change a value then only that is shown in the result set after data retrieval.
The text was updated successfully, but these errors were encountered:
It seems to me like you're missing the whole point of encryption. Key is not supposed to change, it has to be backed up securely. The idea is that someone without the key can dump the whole DB without being able to decrypt encrypted fields
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi. I have encrypted my data with versioning true and now I have changed my APP_KEY and the decryption is not working. If I change a value then only that is shown in the result set after data retrieval.
The text was updated successfully, but these errors were encountered: