1
0

docs: 更新文章内容

This commit is contained in:
2025-10-13 10:20:34 +08:00
parent 6e549d6b49
commit afea227c37
108 changed files with 1439 additions and 921 deletions

View File

@@ -1,5 +1,5 @@
---
title: Windows 通过命令提示符校验文件MD5、SHA1等
title: "Windows 通过命令提示符校验文件MD5、SHA1等"
date: 2025-03-16T18:30:47Z
lastmod: 2025-03-16T18:33:57Z
tags: [Windows,命令,命令提示符,校验,CertUtil]
@@ -23,7 +23,7 @@ CertUtil -hashfile 文件路径 [算法]
### 使用举例
校验 `当前路径` 下的 `Test.zip` 的 MD5
校验 `当前路径` 下的 `Test.zip` 的 MD5
```plaintext
CertUtil -hashfile Test.zip MD5