I downloaded the iOS SDK file xcode_3.2.6_and_ios_sdk_4.3__final.dmg from the Apple developer site but I'm not sure about its integrity.
Could anyone provide me the md5 or sha1 checksum for it?
|
I believe that opening a .DMG file automatically verifies it. Basically, it contains a checksum in the file (or are you worried about malicious packages, rather then just corruption?). Anyways, when I open a .dmg file, I see the message box with a progress bar say "Verifying" for a while, before it actually mounts. Asmus added in a comment above: |
|||
|
|
|
Having an external checksum would still be a benefit. I don't have the resources to download the 4G file without interruptions (power/bandwidth) and I would really like to get it from "somewhere else" where the download technologies are more liberal but be reasonably assured that the file would not be tampered with by some evildoer. |
|||
|
For what it is worth, here are some of the hash values for the copy of the file that I downloaded:
The hashes can be useful to make sure you are not dealing with malicious modification, but if you are just worried about corruption during transfer, then the internal checksums should be sufficient. |
|||||||||||
|
|
I wrote some unattended scripts that automate the download and installation Xcode and/or Xcode CLT. It is most likely that Apple watermarks DMGs with your Apple ID. Supporting Evidence: Try googling for the md5, sha1, etc. of the dmgs. 0 results likely. Try this:
Betting against bitsquatting, MITM long-tail issues and other things end-users cluelessly ignore/dont understand are unnecessary, avoidable gambles. |
||||
|
|
hdiutil verify /path/to/image.dmgon the command line to compare an image against its internal checksum. – Asmus Mar 15 '11 at 7:15