Skip to content

Instantly share code, notes, and snippets.

@tendoasan
Last active April 27, 2019 03:33
Show Gist options
  • Save tendoasan/d90efa8892b1be894bd5df0f6e2f66d8 to your computer and use it in GitHub Desktop.
Save tendoasan/d90efa8892b1be894bd5df0f6e2f66d8 to your computer and use it in GitHub Desktop.
[查询文件哈希值] #cmd
## Windows 下的文件哈希值查询
$ certutil -hashfile filename MD5
$ certutil -hashfile filename SHA1
$ certutil -hashfile filename SHA256
## Mac
$ md5 -hashfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment