# 哈希

{% 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="hash/tutorial" %}
[tutorial](https://docs.nullcraft.org/software/hash/tutorial)
{% endcontent-ref %}

### 查看更新日志

{% content-ref url="hash/update" %}
[update](https://docs.nullcraft.org/software/hash/update)
{% 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&#x26;token=cb7c709c-cec8-4a5b-8b1d-64b1ea62e4f0" alt=""><figcaption><p>哈希 - 主界面 (查看文件状态)</p></figcaption></figure>
