> For the complete documentation index, see [llms.txt](https://docs.nullcraft.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nullcraft.org/software/hash.md).

# 哈希

Hash

{% hint style="success" %}
一个用于验证文件哈希(Hash)的小工具
{% endhint %}

{% code title="Hash.sln" %}

```csharp
Software software = new Software();
software.Name = "哈希";
software.ProjectID = "Hash";
software.Release = "https://nullcraft.org/d/12";
software.ReleaseDate = DateTime.Parse("2020,12,25").ToString();
software.Language = new string[] { "简体中文" };
software.Program = "C#";
software.Framework = ".NET3.0";

NullCraftSoftwareList.add(software);

Console.WriteLine(NullCraftSoftwareList.Items.Conut());

>>> 7
```

{% endcode %}

## 关于《哈希》

### 下载《哈希》

{% embed url="<https://nullcraft.org/d/12>" %}

### 哈希的使用教程

{% content-ref url="/pages/gHD78eYsJTrS991xSqT2" %}
[使用教程](/software/hash/tutorial.md)
{% endcontent-ref %}

### 查看更新日志

{% content-ref url="/pages/hzBwOW9PoatR7cQtNuSP" %}
[更新日志](/software/hash/update.md)
{% endcontent-ref %}

### 软件图片

<figure><img src="https://3120800205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBw0VwoV0yDZshBzmKvNc%2Fuploads%2FTecRIr4AhNivty3hKu5A%2Fmain.jpg?alt=media&amp;token=cb7c709c-cec8-4a5b-8b1d-64b1ea62e4f0" alt=""><figcaption><p>哈希 - 主界面 (查看文件状态)</p></figcaption></figure>
