I am about to build a simple document system in php. I would like to know if "md5_file()" is "safe" comparison for all filetypes.
I don't know all filetypes in the system. But I need to be able to compare all types.
Is there any alternatives?
I am about to build a simple document system in php. I would like to know if "md5_file()" is "safe" comparison for all filetypes.
I don't know all filetypes in the system. But I need to be able to compare all types.
Is there any alternatives?