1

Below is my question :

  1. Zip a folder 'F' using phpzip => checksum MD5 of the zip file = X
  2. Zip the same folder 'F' using PlcZip => checksum MD5 of the zip file = Y (X # Y)

is this normal ?

Thanks in advance for your reply.

BR

Houssam Hsm
  • 125
  • 5

1 Answers1

1

That's normal, even if you use the same Zipping library the hashes may not be always the same if a single bit changed in the zip file due to timestamps or files order the whole hash will be different

Somebody
  • 703
  • 1
  • 7
  • 23