Verify jobs with encryption

TwiX

Renowned Member
Feb 3, 2015
320
23
83
Hi,

How verify jobs are able to verify encrypted backups ?
The way I understand is that the server is not able to check due to encryption.

Thanks !
 
I think if the backups is encryptet or not is not relevant, because the data is stored in "unlogical" chunks. You have one hash for every chunk and when you verify the backups the hash gets new calculated and compared with the old value.
Correct me if i am wrong.
 
It verifies the raw data and doesn't care about encryption.

If your encrypted data is broken your unencrypted is as well...
 
for encrypted backups/chunks, only the CRC checksum is verified (and the index checksums contained in the manifest), the full chunk digest can only be verified by a client that has the full key.