extra_command.md is outdated or missing information #101

Open
opened 2025-08-03 20:13:43 +08:00 by eliasnaur · 0 comments

he extra commands listed in extra_command.md don't work for me:

% opensc-tool -s 806406000101
Using reader with a card: Pol Henarejos shfs HID Interface
Sending: 80 64 06 00 01 01
Received (SW1=0x69, SW2=0x82)            <----- should have been 0x90, 0x00

The pico-hsm-tool-py program worked for me:

$ python3 pico-hsm-tool.py --pin xxxxxx options set on button
Pico HSM Tool v2.4
Author: Pol Henarejos
Report bugs to https://github.com/polhenarejos/pico-hsm/issues

I guess #40 is the cause.

he extra commands listed in [extra_command.md](https://github.com/polhenarejos/pico-hsm/blob/master/doc/extra_command.md) don't work for me: ```sh % opensc-tool -s 806406000101 Using reader with a card: Pol Henarejos shfs HID Interface Sending: 80 64 06 00 01 01 Received (SW1=0x69, SW2=0x82) <----- should have been 0x90, 0x00 ``` The `pico-hsm-tool-py` program worked for me: ```sh $ python3 pico-hsm-tool.py --pin xxxxxx options set on button Pico HSM Tool v2.4 Author: Pol Henarejos Report bugs to https://github.com/polhenarejos/pico-hsm/issues ``` I guess #40 is the cause.
Sign in to join this conversation.