I am trying to perform external authentication on smart card, I got the 8 byte challenge from the card and then I need to generate the card cryptogram on that 8 bytes. But I don't know how to perform that cryptogram operation (smartcard tool kit converting 8 bytes to 72 bytes). The following commands are generated by the tool kit
- 00 A4 04 00 0C A0 00 00 02 43 00 13 00 00 00 01 04
- 00 22 41 A4 06 83 01 01 95 01 80
- command: 80 84 00 00 08 Response: (8 bytes challenge)
- command: 80 82 00 00 48 (72 bytes data)
Can any body say what are the steps to follow to convert 8 byte challenge to 72 bytes ?