//select Proba applet 00 a4 04 00 01 02 00 //select ID applet 00 a4 04 00 01 01 00 // select idFile 00 a4 02 00 02 91 02 00 //try to write Card ID 00 d6 00 00 08 07 06 05 04 03 02 02 00 00 //read Card ID 00 b0 00 00 00 08 //wrong CLA byte ab 00 00 00 00 00 //wrong INS byte aa 21 00 00 00 00 //wrong P1 byte aa 10 01 00 00 00 //wrong P2 byte aa 10 00 01 00 00 //wrong data length aa 10 00 00 04 01 01 01 01 01 01 00 //select dataFile 00 a4 02 00 02 91 04 00 //try to write dataFile 00 d6 00 00 20 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 00 //check Master PIN 00 20 00 81 08 01 01 01 02 02 02 03 03 00 //select Proba applet 00 a4 04 00 01 02 00 //select ID applet 00 a4 04 00 01 01 00 //select dataFile 00 a4 02 00 02 91 04 00 //set new User PIN aa 10 00 00 04 09 09 09 09 00 //check Master PIN 00 20 00 81 08 01 01 01 02 02 02 03 03 00 //set new User PIN aa 10 00 00 04 09 09 09 09 00 //write dataFile 00 d6 00 00 20 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 00 //try to read dataFile 00 b0 00 00 00 20 //check User PIN 00 20 00 82 04 09 09 09 09 00 //try to read dataFile 00 b0 00 00 00 20 //select Proba applet 00 a4 04 00 01 02 00 //select ID applet 00 a4 04 00 01 01 00 //select dataFile 00 a4 02 00 02 91 04 00 //try to read dataFile 00 b0 00 00 00 20 //check User PIN 00 20 00 82 04 09 09 09 09 00 //try to read dataFile 00 b0 00 00 00 20 //wrong User PIN 00 20 00 82 04 09 09 09 08 00 //wrong User PIN 00 20 00 82 04 09 09 09 08 00 //wrong Master PIN 00 20 00 81 08 01 01 01 02 02 02 03 04 00 //try to check Master PIN 00 20 00 81 08 01 01 01 02 02 02 03 03 00