Compare binary files in C#

后端 未结 6 2093
渐次进展
渐次进展 2020-12-07 18:09

I want to compare two binary files. One of them is already stored on the server with a pre-calculated CRC32 in the database from when I stored it originally.

I know

6条回答
  •  萌比男神i
    2020-12-07 18:44

    if you change that crc to a sha1 signature the chances of it being different but with the same signature are astronomicly small

提交回复
热议问题