Test unlocking card with wrong PIN
This commit is contained in:
parent
b587da3a84
commit
7a616f49bc
1 changed files with 11 additions and 2 deletions
|
@ -8,10 +8,19 @@ send_apdu -sc 0 -APDU 00A40400080102030405060809
|
|||
|
||||
// Locked Commands
|
||||
send_apdu -sc 0 -APDU 8002000002FFFE
|
||||
|
||||
// Send Wrong PIN
|
||||
send_apdu -sc 0 -APDU 802000000431313131
|
||||
|
||||
// Still Locked Commands
|
||||
send_apdu -sc 0 -APDU 800400000001
|
||||
|
||||
// Unlock Card
|
||||
send_apdu -sc 0 -ADPU 8020
|
||||
// Unlock Card With Correct PIN
|
||||
send_apdu -sc 0 -APDU 802000000431323334
|
||||
|
||||
// Now Unlocked Commands
|
||||
send_apdu -sc 0 -APDU 8002000002FFFE
|
||||
send_apdu -sc 0 -APDU 800400000001
|
||||
|
||||
// Query Author Name
|
||||
send_apdu -sc 0 -APDU 80000000
|
||||
|
|
Loading…
Reference in a new issue