wodows10自带哈希工具使用

# 进入cmd命令行
Ctrl + r
# 命令验证md5值 certutil -hashfile youfiladdress MD5 # 命令验证sha1值 certutil -hashfile youfiladdress SHA1 # 命令验证sha256值 certutil -hashfile youfiladdress SHA256

  

posted on 2023-06-30 10:11  luokeli  阅读(59)  评论(0)    收藏  举报

导航