Skip to content

Commit

Permalink
docs: ARA-M APDU update
Browse files Browse the repository at this point in the history
  • Loading branch information
BeRealQueally committed Dec 19, 2023
1 parent 09f6091 commit 4dfac32
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion content/estk_me/stk/settings/ara-m-sha1.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,16 @@ ARA-M 作为智能卡的一个特殊属性,用于在现代操作系统上控
3. 向终端设备发起重启 eSTK.me 本身的指令。

{{% notice style="note" title="注意" %}}
当错误地修改了 ARA-M SHA-1 值,又恰好无法正常访问 STK 菜单,那么你需要构造如下 APDU 命令以通过 PCSC 读卡器来设置 ARA-M SHA-1 的值
当错误地修改了 ARA-M SHA-1 值,又恰好无法正常访问 STK 菜单,那么你需要构造如下 APDU 命令以通过 PCSC 读卡器来设置 ARA-M SHA-1 的值
{{% /notice %}}

{{% notice style="note" title="注意" %}}
在固件版本 1.2.3 中,ARA-M 可填入多个值,请根据固件版本使用不同的 APDU 命令,请参考 “[关于 eSTK.me 的信息](../about-estk_me)
{{% /notice %}}

{{% expand title="在 1.2.3 固件以前"%}}
发送以下 APDU 将设置 `A8BE3C101F840C5025C8A3D8DAF5531DD91B1134` 为 ARA-M SHA-1 值

```apdu
80 14 00 00 30 81 03 E3 23 00 8D 29 00 61 38 62 65 33 63 31 30 31 66 38 34 30 63 35 30 32 35 63 38 61 33 64 38 64 61 66 35 35 33 31 64 64 39 31 62 31 31 33 34
```
Expand All @@ -42,3 +49,4 @@ ARA-M 作为智能卡的一个特殊属性,用于在现代操作系统上控
```

这一部分是 SHA-1 字符串的十六进制值,即 `A8BE3C101F840C5025C8A3D8DAF5531DD91B1134` 这个字符串的十六进制表示。
{{% /expand %}}

0 comments on commit 4dfac32

Please sign in to comment.