What is the best way to calculate a checksum for a file that is on my machine?
The CertUtil is a pre-installed Windows utility, that can be used to generate hash checksums:CertUtil -hashfile pathToFileToCheck [HashAlgorithm]HashAlgorithm choices: MD2 MD4 MD5 SHA1 SHA256 SHA384 SH
原创
2015-12-14 15:59:50 ·
504 阅读 ·
0 评论