exec Extra command not success #99

Closed
opened 2025-05-28 10:46:32 +08:00 by IsayIsee · 1 comment

all extra command return SW1=0x69, SW2=0x82

PS C:\Users\AiPu> opensc-tool -s 80640A0008
Using reader with a card: Pol Henarejos Pico Key CCID OTP FIDO Interfac 0
Sending: 80 64 0A 00 08
Received (SW1=0x69, SW2=0x82)

PS C:\Users\AiPu> opensc-tool -s 806406000101
Using reader with a card: Pol Henarejos Pico Key CCID OTP FIDO Interfac 0
Sending: 80 64 06 00 01 01
Received (SW1=0x69, SW2=0x82)

all extra command return SW1=0x69, SW2=0x82 PS C:\Users\AiPu> opensc-tool -s 80640A0008 Using reader with a card: Pol Henarejos Pico Key CCID OTP FIDO Interfac 0 Sending: 80 64 0A 00 08 Received (SW1=0x69, SW2=0x82) PS C:\Users\AiPu> opensc-tool -s 806406000101 Using reader with a card: Pol Henarejos Pico Key CCID OTP FIDO Interfac 0 Sending: 80 64 06 00 01 01 Received (SW1=0x69, SW2=0x82)

Some versions of OpenSC close the session and you need to login again.

opensc-tool -c sc-hsm -s 0020008106363438323139 -s 80640A0008 

The first APDU is the login with PIN 648219 (363438323139 in ASCII format, 6->36, 4->34, etc.)

Some versions of OpenSC close the session and you need to login again. ``` opensc-tool -c sc-hsm -s 0020008106363438323139 -s 80640A0008 ``` The first APDU is the login with PIN `648219` (`363438323139` in ASCII format, `6`->`36`, `4`->`34`, etc.)
Sign in to join this conversation.