文件名称:hashcheck:可以验证文件完整性的dotnet核心控制台应用程序
文件大小:12KB
文件格式:ZIP
更新时间:2024-02-29 22:25:52
C#
哈希检查 一个可以验证文件完整性的dotnet核心控制台应用程序 该程序将创建一个名为您想要的文件的检查文件,并将其存储在您想要的位置。 该路径是相对的,因此将数据移动到另一个驱动器或共享不会影响该过程。 用法 仅使用该程序将显示出帮助。 Hash Check v0.1 Usage: hashcheck [action] [target] -cf [filename] Creates a check file -vf [filename] Checks a check file -uf [filename] Updates a check file (Removes missing, adds new) 用法示例您有一个当前安装为d:\的备份硬盘,并且其中有几个带有linux isos的文件夹。 备份驱动器像任何其他磁性设备一样,很容
【文件预览】:
hashcheck-master
----hashcheck.sln(1KB)
----LICENSE(1KB)
----README.md(3KB)
----hashcheck()
--------hashcheck.csproj(163B)
--------Extensions.cs(3KB)
--------Program.cs(24KB)
--------Properties()
----.gitignore(6KB)