1 #include "mifaredesfire.h"
4 #define MAX_APPLICATION_COUNT 28
5 #define MAX_FILE_COUNT 16
6 #define MAX_FRAME_SIZE 60
7 #define NOT_YET_AUTHENTICATED 255
8 #define FRAME_PAYLOAD_SIZE (MAX_FRAME_SIZE - 5)
10 // the block number for the ISO14443-4 PCB
11 uint8_t pcb_blocknum
= 0;
12 // Deselect card by sending a s-block. the crc is precalced for speed
13 static uint8_t deselect_cmd
[] = {0xc2,0xe0,0xb4};
15 //static uint8_t __msg[MAX_FRAME_SIZE] = { 0x0A, 0x00, 0x00, /* ..., */ 0x00 };
16 /* PCB CID CMD PAYLOAD */
17 //static uint8_t __res[MAX_FRAME_SIZE];
19 bool InitDesfireCard(){
21 // Make sure it is off.
22 // FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
25 byte_t cardbuf
[USB_CMD_DATA_SIZE
];
26 memset(cardbuf
,0,sizeof(cardbuf
));
28 iso14a_set_tracing(TRUE
);
29 iso14443a_setup(FPGA_HF_ISO14443A_READER_LISTEN
);
31 iso14a_card_select_t
*card
= (iso14a_card_select_t
*)cardbuf
;
32 int len
= iso14443a_select_card(NULL
,card
,NULL
);
35 if (MF_DBGLEVEL
>= 1) {
36 Dbprintf("Can't select card");
53 void MifareSendCommand(uint8_t arg0
, uint8_t arg1
, uint8_t *datain
){
55 /* ARG0 contains flags.
61 size_t datalen
= arg1
;
62 uint8_t resp
[RECV_RES_SIZE
];
63 memset(resp
,0,sizeof(resp
));
65 if (MF_DBGLEVEL
>= 4) {
66 Dbprintf(" flags : %02X", flags
);
67 Dbprintf(" len : %02X", datalen
);
68 print_result(" RX : ", datain
, datalen
);
71 if ( flags
& CLEARTRACE
){
76 if ( !InitDesfireCard() )
80 int len
= DesfireAPDU(datain
, datalen
, resp
);
81 if (MF_DBGLEVEL
>= 4) {
82 print_result("ERR <--: ", resp
, len
);
90 // reset the pcb_blocknum,
93 if ( flags
& DISCONNECT
){
97 cmd_send(CMD_ACK
,1,len
,0,resp
,len
);
100 void MifareDesfireGetInformation(){
103 uint8_t resp
[USB_CMD_DATA_SIZE
];
104 uint8_t dataout
[USB_CMD_DATA_SIZE
];
105 byte_t cardbuf
[USB_CMD_DATA_SIZE
];
107 memset(resp
,0,sizeof(resp
));
108 memset(dataout
,0, sizeof(dataout
));
109 memset(cardbuf
,0,sizeof(cardbuf
));
114 3 = desfire command 3
117 PCB == 0x0A because sending CID byte.
118 CID == 0x00 first card?
120 iso14a_clear_trace();
121 iso14a_set_tracing(TRUE
);
122 iso14443a_setup(FPGA_HF_ISO14443A_READER_LISTEN
);
124 // card select - information
125 iso14a_card_select_t
*card
= (iso14a_card_select_t
*)cardbuf
;
126 byte_t isOK
= iso14443a_select_card(NULL
, card
, NULL
);
128 if (MF_DBGLEVEL
>= 1) {
129 Dbprintf("Can't select card");
135 memcpy(dataout
,card
->uid
,7);
141 uint8_t cmd
[] = {GET_VERSION
};
142 size_t cmd_len
= sizeof(cmd
);
144 len
= DesfireAPDU(cmd
, cmd_len
, resp
);
146 print_result("ERROR <--: ", resp
, len
);
153 memcpy(dataout
+7,resp
+3,7);
156 cmd
[0] = ADDITIONAL_FRAME
;
157 len
= DesfireAPDU(cmd
, cmd_len
, resp
);
159 print_result("ERROR <--: ", resp
, len
);
166 memcpy(dataout
+7+7,resp
+3,7);
169 len
= DesfireAPDU(cmd
, cmd_len
, resp
);
171 print_result("ERROR <--: ", resp
, len
);
176 memcpy(dataout
+7+7+7,resp
+3,14);
178 cmd_send(CMD_ACK
,1,0,0,dataout
,sizeof(dataout
));
180 // reset the pcb_blocknum,
185 void MifareDES_Auth1(uint8_t mode
, uint8_t algo
, uint8_t keyno
, uint8_t *datain
){
188 //uint8_t PICC_MASTER_KEY8[8] = { 0x40,0x41,0x42,0x43,0x44,0x45,0x46,0x47};
189 uint8_t PICC_MASTER_KEY16
[16] = { 0x40,0x41,0x42,0x43,0x44,0x45,0x46,0x47,0x48,0x49,0x4a,0x4b,0x4c,0x4d,0x4e,0x4f };
190 uint8_t null_key_data8
[8] = {0x00};
191 //uint8_t null_key_data16[16] = {0x00};
192 //uint8_t new_key_data8[8] = { 0x00,0x11,0x22,0x33,0x44,0x55,0x66,0x77};
193 //uint8_t new_key_data16[16] = { 0x00,0x11,0x22,0x33,0x44,0x55,0x66,0x77,0x88,0x99,0xAA,0xBB,0xCC,0xDD,0xEE,0xFF};
195 //uint8_t* bigbuffer = mifare_get_bigbufptr();
196 uint8_t resp
[256] = {0x00};
197 uint8_t IV
[16] = {0x00};
199 size_t datalen
= datain
[0];
201 uint8_t cmd
[40] = {0x00};
202 uint8_t encRndB
[16] = {0x00};
203 uint8_t decRndB
[16] = {0x00};
204 uint8_t nonce
[16] = {0x00};
205 uint8_t both
[32] = {0x00};
206 uint8_t encBoth
[32] = {0x00};
214 // 3 olika sätt att authenticera. AUTH (CRC16) , AUTH_ISO (CRC32) , AUTH_AES (CRC32)
215 // 4 olika crypto algo DES, 3DES, 3K3DES, AES
216 // 3 olika kommunikations sätt, PLAIN,MAC,CRYPTO
224 uint8_t RndA
[8] = {0x00};
225 uint8_t RndB
[8] = {0x00};
227 if (datain
[1] == 0xff){
228 memcpy(keybytes
,null_key_data8
,8);
230 memcpy(keybytes
, datain
+1, datalen
);
233 struct desfire_key defaultkey
= {0};
234 desfirekey_t key
= &defaultkey
;
235 Desfire_des_key_new(keybytes
, key
);
237 cmd
[0] = AUTHENTICATE
;
238 cmd
[1] = keyno
; //keynumber
239 len
= DesfireAPDU(cmd
, 2, resp
);
241 if (MF_DBGLEVEL
>= 1) {
242 DbpString("Authentication failed. Card timeout.");
248 if ( resp
[2] == 0xaf ){
250 DbpString("Authetication failed. Invalid key number.");
255 memcpy( encRndB
, resp
+3, 8);
257 des_dec(&decRndB
, &encRndB
, key
->data
);
258 memcpy(RndB
, decRndB
, 8);
261 // This should be random
262 uint8_t decRndA
[8] = {0x00};
263 memcpy(RndA
, decRndA
, 8);
264 uint8_t encRndA
[8] = {0x00};
266 des_dec(&encRndA
, &decRndA
, key
->data
);
268 memcpy(both
, encRndA
, 8);
270 for (int x
= 0; x
< 8; x
++) {
271 decRndB
[x
] = decRndB
[x
] ^ encRndA
[x
];
275 des_dec(&encRndB
, &decRndB
, key
->data
);
277 memcpy(both
+ 8, encRndB
, 8);
279 cmd
[0] = ADDITIONAL_FRAME
;
280 memcpy(cmd
+1, both
, 16 );
282 len
= DesfireAPDU(cmd
, 17, resp
);
284 if (MF_DBGLEVEL
>= 1) {
285 DbpString("Authentication failed. Card timeout.");
291 if ( resp
[2] == 0x00 ){
293 struct desfire_key sessionKey
= {0};
294 desfirekey_t skey
= &sessionKey
;
295 Desfire_session_key_new( RndA
, RndB
, key
, skey
);
296 //print_result("SESSION : ", skey->data, 8);
298 memcpy(encRndA
, resp
+3, 8);
299 des_dec(&encRndA
, &encRndA
, key
->data
);
301 for (int x
= 0; x
< 8; x
++) {
302 if (decRndA
[x
] != encRndA
[x
]) {
303 DbpString("Authetication failed. Cannot varify PICC.");
310 //Change the selected key to a new value.
315 uint8_t first,second;
317 uint8_t newKey[16] = {0x00,0x11,0x22,0x33,0x44,0x55,0x66,0x77,0x00,0x11,0x22,0x33,0x44,0x55,0x66,0x77};
319 uint8_t buff1[8] = {0x00};
320 uint8_t buff2[8] = {0x00};
321 uint8_t buff3[8] = {0x00};
323 memcpy(buff1,newKey, 8);
324 memcpy(buff2,newKey + 8, 8);
326 ComputeCrc14443(CRC_14443_A, newKey, 16, &first, &second);
328 memcpy(buff3, &first, 1);
329 memcpy(buff3 + 1, &second, 1);
331 des_dec(&buff1, &buff1, skey->data);
333 for (int x = 0; x < 8; x++) {
334 buff2[x] = buff2[x] ^ buff1[x];
336 des_dec(&buff2, &buff2, skey->data);
338 for (int x = 0; x < 8; x++) {
339 buff3[x] = buff3[x] ^ buff2[x];
341 des_dec(&buff3, &buff3, skey->data);
343 memcpy(cmd+2,buff1,8);
344 memcpy(cmd+10,buff2,8);
345 memcpy(cmd+18,buff3,8);
347 // The command always times out on the first attempt, this will retry until a response
351 len = DesfireAPDU(cmd,26,resp);
356 cmd_send(CMD_ACK
,1,0,0,skey
->data
,8);
359 DbpString("Authetication failed.");
368 //SendDesfireCommand(AUTHENTICATE_ISO, &keyno, resp);
373 uint8_t keybytes
[16];
374 if (datain
[1] == 0xff){
375 memcpy(keybytes
,PICC_MASTER_KEY16
,16);
377 memcpy(keybytes
, datain
+1, datalen
);
380 struct desfire_key defaultkey
= {0};
381 desfirekey_t key
= &defaultkey
;
382 Desfire_aes_key_new( keybytes
, key
);
385 if ( AesCtxIni(&ctx
, IV
, key
->data
, KEY128
, CBC
) < 0 ){
386 if( MF_DBGLEVEL
>= 4) {
387 Dbprintf("AES context failed to init");
393 cmd
[0] = AUTHENTICATE_AES
;
394 cmd
[1] = 0x00; //keynumber
395 len
= DesfireAPDU(cmd
, 2, resp
);
397 if (MF_DBGLEVEL
>= 1) {
398 DbpString("Authentication failed. Card timeout.");
404 memcpy( encRndB
, resp
+3, 16);
406 // dekryptera tagnonce.
407 AesDecrypt(&ctx
, encRndB
, decRndB
, 16);
409 memcpy(both
, nonce
,16);
410 memcpy(both
+16, decRndB
,16 );
411 AesEncrypt(&ctx
, both
, encBoth
, 32 );
413 cmd
[0] = ADDITIONAL_FRAME
;
414 memcpy(cmd
+1, encBoth
, 32 );
416 len
= DesfireAPDU(cmd
, 33, resp
); // 1 + 32 == 33
418 if (MF_DBGLEVEL
>= 1) {
419 DbpString("Authentication failed. Card timeout.");
425 if ( resp
[2] == 0x00 ){
426 // Create AES Session key
427 struct desfire_key sessionKey
= {0};
428 desfirekey_t skey
= &sessionKey
;
429 Desfire_session_key_new( nonce
, decRndB
, key
, skey
);
430 print_result("SESSION : ", skey
->data
, 16);
432 DbpString("Authetication failed.");
442 cmd_send(CMD_ACK
,1,len
,0,resp
,len
);
445 // 3 olika ISO sätt att skicka data till DESFIRE (direkt, inkapslat, inkapslat ISO)
446 // cmd = cmd bytes to send
447 // cmd_len = length of cmd
448 // dataout = pointer to response data array
449 int DesfireAPDU(uint8_t *cmd
, size_t cmd_len
, uint8_t *dataout
){
452 size_t wrappedLen
= 0;
453 uint8_t wCmd
[USB_CMD_DATA_SIZE
] = {0};
455 wrappedLen
= CreateAPDU( cmd
, cmd_len
, wCmd
);
457 if (MF_DBGLEVEL
>= 4) {
458 print_result("WCMD <--: ", wCmd
, wrappedLen
);
460 ReaderTransmit( wCmd
, wrappedLen
, NULL
);
462 status
= ReaderReceive(dataout
);
465 if (MF_DBGLEVEL
>= 4) {
468 return FALSE
; //DATA LINK ERROR
470 // if we received an I- or R(ACK)-Block with a block number equal to the
471 // current block number, toggle the current block number
472 else if (status
>= 4 // PCB+CID+CRC = 4 bytes
473 && ((dataout
[0] & 0xC0) == 0 // I-Block
474 || (dataout
[0] & 0xD0) == 0x80) // R-Block with ACK bit set to 0
475 && (dataout
[0] & 0x01) == pcb_blocknum
) // equal block numbers
477 pcb_blocknum
^= 1; //toggle next block
483 size_t CreateAPDU( uint8_t *datain
, size_t len
, uint8_t *dataout
){
485 size_t cmdlen
= MIN(len
+4, USB_CMD_DATA_SIZE
-1);
488 memset(cmd
, 0, cmdlen
);
490 cmd
[0] = 0x0A; // 0x0A = skicka cid, 0x02 = ingen cid. Särskilda bitar //
491 cmd
[0] |= pcb_blocknum
; // OR the block number into the PCB
492 cmd
[1] = 0x00; // CID: 0x00 //FIXME: allow multiple selected cards
494 memcpy(cmd
+2, datain
, len
);
495 AppendCrc14443a(cmd
, len
+2);
497 memcpy(dataout
, cmd
, cmdlen
);
502 // crc_update(&desfire_crc32, 0, 1); /* CMD_WRITE */
503 // crc_update(&desfire_crc32, addr, addr_sz);
504 // crc_update(&desfire_crc32, byte, 8);
505 // uint32_t crc = crc_finish(&desfire_crc32);
509 ReaderTransmit(deselect_cmd
, 3 , NULL
);
510 FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF
);
516 ReaderTransmit(deselect_cmd
, 3 , NULL
);
517 FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF
);
518 cmd_send(CMD_ACK
,0,0,0,0,0);