AntcuFaalb said:
Rox64 said:
Harmy said:
I don't know what MD5 is but the uploader for kickass and bay told me he had to remove some files from the subtitle folder because with them the torrent didn't work. Those files are basically inconsequential to the release.
MD5 and SHA are used to check the integrity of a file. If two files has the same MD5 or SHA sum, then they are the same file byte per byte. If they doesn't match, they are not the same exact file.
They are useful for security and cryptoanalysis, and many software developers like Microsoft and Linux distros publish the MD5 and SHA sums of their releases.
Minor nitpick: Hash collisions are unlikely, but can occur, as non-"perfect" hashing algorithms are surjective functions. That is, it's rare, but you can have two files hash to the same value. This is less likely with MD5 and the SHA family than, e.g., CRC-32.
Yeah, but those collisions are even more rare with better algorithms like SHA256 or 512. MD5 has some security flaws that were discovered some years ago, but it should be fine for projects like Harmy's restoration.
EDIT: What's happening with my avatar?
EDIT2: Nevermind, it's fixed now.