How to handle encryption key conflicts when synchronizing data?
- by Rafael
Assume that there is data that gets synchronized between several devices. The data is protected with a symmetric encryption algorithm and a key. The key is stored on each device and encrypted with a password. When a user changes the password only the key gets re-encrypted.
Under normal circumstances, when there is a good network connection to…