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 know that v3.0.0 has breaking changes. It does mean that my encrypted data can't be read using newer version, is it possible to update and be able to decrypt the already encrypted data?
Or do I need to decrypt all of the data that I have, update, and then encrypt using the updated version?
The text was updated successfully, but these errors were encountered:
The changes between versions was with the code, not the cryptography. They were API changes, not message format changes. Old data can still be decrypted.
However, the ModernCrypto backend has been deprecated and you should use BoringCrypto instead (which provides multi-tenant security).
I know that v3.0.0 has breaking changes. It does mean that my encrypted data can't be read using newer version, is it possible to update and be able to decrypt the already encrypted data?
Or do I need to decrypt all of the data that I have, update, and then encrypt using the updated version?
The text was updated successfully, but these errors were encountered: