//select ID applet 00 a4 04 00 01 01 00 90 00 // select idFile 00 a4 02 00 02 91 02 00 90 00 //try to write Card ID 00 d6 00 00 08 07 06 05 04 03 02 02 00 00 69 82 //read Card ID 00 b0 00 00 00 08 00 01 02 03 04 05 06 07 90 00 //wrong CLA byte ab 00 00 00 00 00 6e 00 //wrong INS byte aa 21 00 00 00 00 6d 00 //wrong P1 byte aa 10 01 00 00 00 6a 86 //wrong P2 byte aa 10 00 01 00 00 6a 86 //wrong data length aa 10 00 00 04 01 01 01 01 01 01 00 69 85 //select dataFile 00 a4 02 00 02 91 04 00 90 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 69 82 //check Master PIN 00 20 00 81 08 01 01 01 02 02 02 03 03 00 90 00 //set new User PIN aa 10 00 00 04 09 09 09 09 00 90 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 90 00 //try to read dataFile 00 b0 00 00 00 20 69 82 //check User PIN 00 20 00 82 04 09 09 09 09 00 90 00 //try to read dataFile 00 b0 00 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 90 00 //wrong User PIN 00 20 00 82 04 09 09 09 08 00 69 c4 //wrong User PIN 00 20 00 82 04 09 09 09 08 00 69 c3 //wrong Master PIN 00 20 00 81 08 01 01 01 02 02 02 03 04 00 69 c0 //try to check Master PIN 00 20 00 81 08 01 01 01 02 02 02 03 03 00 69 c0