# SHA3

> **最後更新：2026 年 1 月**

SHA3是Secure Hash Algorithm 3的簡寫，相較於先前的SHA0、SHA1和SHA2，SHA3是Secure Hash Algorithm家族的最新標準，因[SHA2證實出有被攻擊的風險](/gei-kai-fa-zhe-de-zhi-nan/cryptography/sha256.md)而誕生。SHA3發明了一種名為海綿函數（sponge function）的算法來防止上述攻擊。

***

#### 相關條目

* [SHA256](/gei-kai-fa-zhe-de-zhi-nan/cryptography/sha256.md)
* [NFT 懶人包 - WhaleShark](/shu-wei-yi-shu-yu-shou-cang-pin/nft-for-dummies.md)
* [哈希算法](/gei-kai-fa-zhe-de-zhi-nan/cryptography/hash.md)

#### 參考資料


---

# 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://www.0x1.academy/gei-kai-fa-zhe-de-zhi-nan/cryptography/sha3.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.
