wodows10自带哈希工具使用
# 进入cmd命令行
Ctrl + r
# 命令验证md5值 certutil -hashfile youfiladdress MD5 # 命令验证sha1值 certutil -hashfile youfiladdress SHA1 # 命令验证sha256值 certutil -hashfile youfiladdress SHA256
本文来自博客园,站在巨人的肩膀上,坚持开源精神,遵循开源协议:Apache Licene 2.0协议。
# 进入cmd命令行
Ctrl + r
# 命令验证md5值 certutil -hashfile youfiladdress MD5 # 命令验证sha1值 certutil -hashfile youfiladdress SHA1 # 命令验证sha256值 certutil -hashfile youfiladdress SHA256
本文来自博客园,站在巨人的肩膀上,坚持开源精神,遵循开源协议:Apache Licene 2.0协议。