How to use checksum given by Apple after I download my photos?

I download my photos from privacy.apple.com. It's a convenient way to backup, but I'm confused by the checksum given by Photo Details.pdf.

These checksums have 28 characters after base64 encoded (without "=" at the end). ChatGPT tell me that it seems to be a custom hash.

I know that file error during downloading is quite rare. I'm just curious about how I can use these checksums to check my files, as I was given these checksums without any description.

Posted on Oct 30, 2024 3:54 PM

Reply

Similar questions

3 replies

Oct 31, 2024 7:41 AM in response to zzm0dgz

zzm0dgz wrote: … I know that file error during downloading is quite rare.

That's certainly not true. Errors happen all the time.


The best correction for transfer errors would be to send two copies and compare them, but that would take ages, and you wouldn't know which one was the right one! So (in a relatively mysterious way) the bytes that make up the document are combined to form a single number that is likely unique. It's called the checksum. Then the receiving software does the same, and those checksums are compared-- way faster than comparing the whole documents.


I have no idea why you are being shown the checksum.


The document isn't really sent as a whole-- it's divided up into pieces, so resends are done just with the little packet if an error is found. There are often errors in the transmissions, but with packets and checksums, the result is almost always error free.

Nov 17, 2024 6:31 AM in response to zzm0dgz

Also, it seems larger zip archives (4GB+) creates warning when testing zip validity but still extracts fine

$ zip -T iCloud\ Photos\ Part\ x\ of\ y.zip 
error: invalid zip file with overlapped components (possible zip bomb)
 To unzip the file anyway, rerun the command with UNZIP_DISABLE_ZIPBOMB_DETECTION=TRUE environmnent variable
test of iCloud Photos Part x of y.zip FAILED

zip error: Zip file invalid, could not spawn unzip, or wrong unzip (original files unmodified)

$ UNZIP_DISABLE_ZIPBOMB_DETECTION=TRUE unzip iCloud\ Photos\ Part\ x\ of\ y.zip
[ok]



Neither image exif, neither csv seems to contains the title/legend/description added in icloud.


An automatable transfer way like sftp would be nice to avoid downloading manually 50+ large files.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How to use checksum given by Apple after I download my photos?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.