文件传输校验md5

 windows:

certutil -hashfile xxx MD5

LINUX:

md5sum xxx

其它算法参考:

certutil -hashfile xxx SHA1

certutil -hashfile xx SHA256

相关文章: