# 如何檢查官網升級包的 SHA256sum

Keystone 錢包支持校驗固件升級包的 SHA256sum。此功能可有效幫助用戶檢驗固件升級文檔是否從 Keystone 官方網站下載。

**校驗方法如下：**

1\. 從[官網下載固件升級包](https://keyst.one/firmware)，將解壓後得到的 “update.zip” 文檔拷貝到 MicroSD 記憶卡並插入 Keystone 硬件錢包，開機。

2\. 將 Keystone 錢包顯示的 SHA256 與官網展示的 SHA256 進行比對。

<figure><img src="/files/rUhfrsokFZvE5a03aIz9" alt="Keystone-sha256-1"><figcaption></figcaption></figure>

**用戶也可以選擇不相信 Keystone 錢包顯示的數據，直接使用電腦 adb 工具查看固件升級包的 SHA256 並與官網展示的 SHA256 進行比對**

1\. 從[官網下載固件升級包](https://keyst.one/firmware)，以 V1.1.1 單幣種固件版本為例。

<figure><img src="/files/TDRot1tPNQHqvcodRvTg" alt="Keystone-sha256-2"><figcaption></figcaption></figure>

2\. 點擊【Checksum】查看校驗值。

<figure><img src="/files/Y3hK8ReXQatzFwI55Kf4" alt="Keystone-sha256-3"><figcaption></figcaption></figure>

3\. 解壓固件升級包 “V1.1.1-BTC-Only”，得到 “update.zip” 壓縮包文檔。

<figure><img src="/files/-MdPs25igXyjGpY1uaax" alt="Keystone-sha256-4"><figcaption></figcaption></figure>

4\. 打開電腦 adb 工具，運行以下命令：

* Windows PowerShell：certutil -hashfile 壓縮包文檔路徑 SHA256
* MacOS Terminal：shasum -a 256 / 壓縮包文檔路徑
* Linux：sha256sum / 壓縮包文檔路徑

<figure><img src="/files/-MdPsGcpkqhem39rHs7M" alt="Keystone-sha256-5"><figcaption></figcaption></figure>

5\. 將結果與官網展示的 SHA256 進行比對。如果結果不一致，請謹慎升級。


---

# 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://support.keyst.one/traditional-chinese/kai-shi-shi-yong/ru-he-sheng-ji-gu-jian/ru-he-jian-cha-guan-wang-sheng-ji-bao-de-sha256sum.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.
