同一个文件夹使用 phpzip 压缩一次,使用 PclZip 压缩一次,这两个文件的校验和应该不同?

A same folder zipped once using phpzip and once using PclZip, the checksums of the 2 files should be differents?

下面是我的问题:

  1. 使用 phpzip 压缩文件夹 'F' => zip 文件的校验和 MD5 = X
  2. 使用 PlcZip 压缩同一文件夹 'F' => zip 文件的校验和 MD5 = Y (X # Y)

这正常吗?

提前感谢您的回复。

BR

这很正常,即使您使用相同的 Zipping 库,哈希值也可能并不总是相同 如果由于时间戳或文件顺序导致 zip 文件中的单个位发生更改,则整个哈希将不同