Would using both SHA1 and MD5 hashes of files help reduce the risk of deleting non duplicates

I’m making a program to compare all the files on a 3Tb drive by hash and delete duplicates. I was initially going to use MD5, but was worried that with 3Tb of files, there was a slight chance of a collision that would cause a… Continue reading Would using both SHA1 and MD5 hashes of files help reduce the risk of deleting non duplicates