Are you saying that you have several cases where for two files a & b, a != b AND size(a) == size(b) AND SHA256(a) == SHA256(b)? This is very surprising.
You might try using multiple hashes when you have a size/SHA256 collision. It should be very rare that SHA256 and MD5 both collide on the same 2 files.
|