Windows 和 linux 下使用系统自带的工具计算文件的校验值
Windows
1 | certutil -hashfile [file] [hash-function] |
支持的算法:MD2/MD4/MD5/SHA1/SHA256/SHA384/SHA512
Linux
1 | md5sum /works/Hello.txt |




























Windows 和 linux 下使用系统自带的工具计算文件的校验值
1 | certutil -hashfile [file] [hash-function] |
支持的算法:MD2/MD4/MD5/SHA1/SHA256/SHA384/SHA512
1 | md5sum /works/Hello.txt |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。