Hash values are computed to produce a unique value based on the contents of a file. We use these values to check if a file contents is the same or different from another.
For disk-to-disk transfers, we use MD5 algorithm to generate the hash. (if Zips are involved, we use CRC32 as that is all that is stored in Zips).
For disk-to-disk transfers, we use MD5 algorithm to generate the hash. (if Zips are involved, we use CRC32 as that is all that is stored in Zips).