I want to hash user uploaded files
then save the hash to db
this help me prevent duplicate upload files
I was wondering which hash algorithm should I use
googled someone say crc32b is better and faster then md5
will not have dynamic errors?
if not use hash_file('crc32b')
, or md5_file
vs sha1_file
?