When saving plain data to local Storage it will first be encrypted.
When saving encrypted data to local Storage it will be stored as it is.
When reading data from local Storage it will optionally be decrypted.
If requested data do not exist in local Storage then we ask the server for the data and store it in local Storage.
Used by Tree, Backup, Restore, Sync
Uses: Encrypt
Plugin has no GUI.
Below is how the plugins act towards Storage
Tree want the data to be decrypted on read.
For Backup it is optional to decrypt the data before it is backed up.
Sync want the data encrypted when sending it to the server.
Sync want the data decrypted when solving merge conflicts.
When saving plain data to local Storage it will first be encrypted.
When saving encrypted data to local Storage it will be stored as it is.
When reading data from local Storage it will optionally be decrypted.
If requested data do not exist in local Storage then we ask the server for the data and store it in local Storage.
Used by Tree, Backup, Restore, Sync
Uses: Encrypt
Plugin has no GUI.
Below is how the plugins act towards Storage
Tree want the data to be decrypted on read.
For Backup it is optional to decrypt the data before it is backed up.
Sync want the data encrypted when sending it to the server.
Sync want the data decrypted when solving merge conflicts.