What is the best way to calculate a checksum for a file that is on my machine?

前端 未结 20 2375
夕颜
夕颜 2020-12-22 17:22

I\'m on a Windows machine and I want to run a checksum on the MySQL distribution I just got. It looks like there are products to download, an unsupported Microsoft tool, an

相关标签:
20条回答
  • 2020-12-22 18:04

    Hashing is a standalone application that performs MD5, SHA-1 and SHA-2 family. Built upon OpenSSL.

    0 讨论(0)
  • 2020-12-22 18:04

    Just use win32 Checksum api. MD5 is native in Win32.

    0 讨论(0)
提交回复
热议问题