Hunter的大杂烩 技术学习笔记

2020-01-04

Windows cmd 查看文件MD5 SHA1 SHA256

Filed under: 技术话题 — hunter @ 3:56 pm

from: https://blog.csdn.net/king_cpp_py/article/details/79523816


certutil -hashfile yourfilename.ext MD5

certutil -hashfile yourfilename.ext SHA1

certutil -hashfile yourfilename.ext SHA256

Powered by WordPress