window和linux下查看MD5和sha256

windows查看md5

certutil -hashfile yourfilename MD5

certutil -hashfile yourfilename SHA1

certutil -hashfile yourfilename SHA256

linux查看md5

md5sum <filename>

sha1sum <filename>

sha256sum <filename>
posted @ 2021-11-17 19:08  kopok  阅读(207)  评论(0)    收藏  举报