# 哈希

{% 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="/files/qg5qQFFs2gXszEIMmuRx" alt=""><figcaption><p>哈希 - 主界面 (查看文件状态)</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nullcraft.org/software/hash.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
