emv加密针

时间:2015-11-11 08:55:59

标签: c apdu emv

我正在使用加密引脚进行持卡人验证并发送验证命令以验证加密的pinblock但我得到的是6700.

TP_ApduSendT apduSend;
TP_ApduRespT apduResp;
uint8 slotNo = 0;

apduSend.Command[0] = 0x00;
apduSend.Command[1] = 0x20;
apduSend.Command[2] = 0x00;
apduSend.Command[3] = 0x88;
apduSend.Lc = 128;
apduSend.Le = 0;

加密数据为128个字节。

0 个答案:

没有答案