Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我即将在php中构建一个简单的文档系统。我想知道“md5_file()”是否是所有文件类型的“安全”比较。
我不知道系统中的所有文件类型。但我需要能够比较所有类型。
有其他选择吗?
对于 md5_file()、sha_file() 等函数,文件的实际内容(或文件类型)是什么并不重要。
sha1_file 可以说是一个“更安全”的计算,但也会更慢。