Windows命令行查看文件的MD5.md

Posted 一只带你飞的鸟

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Windows命令行查看文件的MD5.md相关的知识,希望对你有一定的参考价值。

# 使用Windows命令certutil查看文件的MD5值

使用方法:

CertUtil [Options] -hashfile InFile [HashAlgorithm]
Generate and display cryptographic hash over a file

选项:

* -Unicode                                     -- Write redirected output in Unicode
* -gmt                                            -- Display times as GMT
* -seconds                                    -- Display times with seconds and milliseconds
* -v                                                -- Verbose operation
* -privatekey                                 -- Display password and private key data
* -pin PIN                                      -- Smart Card PIN
* -sid WELL_KNOWN_SID_TYPE  -- Numeric SID
    1. 22 -- Local System
    2. 23 -- Local Service
    3. 24 -- Network Service

Hash 算法标志: MD2 MD4 MD5 SHA1 SHA256 SHA384 SHA512

例子:

  • certutil -hashfile D:\file.extension MD5
  • certutil -hashfile D:\file.extension SHA1
  • certutil -hashfile D:\file.extension SHA256

命令简介:

Certutil.exe is a command-line program that is installed as part of Certificate Services. You can use Certutil.exe to dump and display certification authority (CA) configuration information, configure Certificate Services, backup and restore CA components, and verify certificates, key pairs, and certificate chains.

具体参考windows技术文档 - - - - 点击跳转

以上是关于Windows命令行查看文件的MD5.md的主要内容,如果未能解决你的问题,请参考以下文章

如何用vba获取文件的MD5 Hash值?

md5验证文件上传,确保信息传输完整一致

MD5加密是怎么实现加密的

阿里云自定义监控-系统文件MD5校验

windows命令行下创建文件

如何使用特定用户的命令行在 Windows 中查看文件夹权限?