1 #include "mifaredesfire.h"
3 #define MAX_APPLICATION_COUNT 28
4 #define MAX_FILE_COUNT 16
5 #define MAX_FRAME_SIZE 60
6 #define NOT_YET_AUTHENTICATED 255
7 #define FRAME_PAYLOAD_SIZE (MAX_FRAME_SIZE - 5)
9 // the block number for the ISO14443-4 PCB
10 uint8_t pcb_blocknum
= 0;
11 // Deselect card by sending a s-block. the crc is precalced for speed
12 static uint8_t deselect_cmd
[] = {0xc2,0xe0,0xb4};
14 //static uint8_t __msg[MAX_FRAME_SIZE] = { 0x0A, 0x00, 0x00, /* ..., */ 0x00 };
15 /* PCB CID CMD PAYLOAD */
16 //static uint8_t __res[MAX_FRAME_SIZE];
18 bool InitDesfireCard(){
20 // Make sure it is off.
21 // FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
24 byte_t cardbuf
[USB_CMD_DATA_SIZE
];
25 memset(cardbuf
,0,sizeof(cardbuf
));
27 iso14a_set_tracing(TRUE
);
28 iso14443a_setup(FPGA_HF_ISO14443A_READER_LISTEN
);
30 iso14a_card_select_t
*card
= (iso14a_card_select_t
*)cardbuf
;
31 int len
= iso14443a_select_card(NULL
,card
,NULL
);
34 if (MF_DBGLEVEL
>= 1) {
35 Dbprintf("Can't select card");
52 void MifareSendCommand(uint8_t arg0
, uint8_t arg1
, uint8_t *datain
){
54 /* ARG0 contains flags.
60 size_t datalen
= arg1
;
61 uint8_t resp
[RECV_RES_SIZE
];
62 memset(resp
,0,sizeof(resp
));
64 if (MF_DBGLEVEL
>= 4) {
65 Dbprintf(" flags : %02X", flags
);
66 Dbprintf(" len : %02X", datalen
);
67 print_result(" RX : ", datain
, datalen
);
70 if ( flags
& CLEARTRACE
){
75 if ( !InitDesfireCard() )
79 int len
= DesfireAPDU(datain
, datalen
, resp
);
80 if (MF_DBGLEVEL
>= 4) {
81 print_result("ERR <--: ", resp
, len
);
89 // reset the pcb_blocknum,
92 if ( flags
& DISCONNECT
){
96 cmd_send(CMD_ACK
,1,len
,0,resp
,len
);
99 void MifareDesfireGetInformation(){
102 uint8_t resp
[USB_CMD_DATA_SIZE
];
103 uint8_t dataout
[USB_CMD_DATA_SIZE
];
104 byte_t cardbuf
[USB_CMD_DATA_SIZE
];
106 memset(resp
,0,sizeof(resp
));
107 memset(dataout
,0, sizeof(dataout
));
108 memset(cardbuf
,0,sizeof(cardbuf
));
113 3 = desfire command 3
116 PCB == 0x0A because sending CID byte.
117 CID == 0x00 first card?
119 iso14a_clear_trace();
120 iso14a_set_tracing(TRUE
);
121 iso14443a_setup(FPGA_HF_ISO14443A_READER_LISTEN
);
123 // card select - information
124 iso14a_card_select_t
*card
= (iso14a_card_select_t
*)cardbuf
;
125 byte_t isOK
= iso14443a_select_card(NULL
, card
, NULL
);
127 if (MF_DBGLEVEL
>= 1) {
128 Dbprintf("Can't select card");
134 memcpy(dataout
,card
->uid
,7);
140 uint8_t cmd
[] = {GET_VERSION
};
141 size_t cmd_len
= sizeof(cmd
);
143 len
= DesfireAPDU(cmd
, cmd_len
, resp
);
145 print_result("ERROR <--: ", resp
, len
);
152 memcpy(dataout
+7,resp
+3,7);
155 cmd
[0] = ADDITIONAL_FRAME
;
156 len
= DesfireAPDU(cmd
, cmd_len
, resp
);
158 print_result("ERROR <--: ", resp
, len
);
165 memcpy(dataout
+7+7,resp
+3,7);
168 len
= DesfireAPDU(cmd
, cmd_len
, resp
);
170 print_result("ERROR <--: ", resp
, len
);
175 memcpy(dataout
+7+7+7,resp
+3,14);
177 cmd_send(CMD_ACK
,1,0,0,dataout
,sizeof(dataout
));
179 // reset the pcb_blocknum,
184 void MifareDES_Auth1(uint8_t mode
, uint8_t algo
, uint8_t keyno
, uint8_t *datain
){
187 //uint8_t PICC_MASTER_KEY8[8] = { 0x40,0x41,0x42,0x43,0x44,0x45,0x46,0x47};
188 uint8_t PICC_MASTER_KEY16
[16] = { 0x40,0x41,0x42,0x43,0x44,0x45,0x46,0x47,0x48,0x49,0x4a,0x4b,0x4c,0x4d,0x4e,0x4f };
189 //uint8_t null_key_data8[8] = {0x00};
190 //uint8_t null_key_data16[16] = {0x00};
191 //uint8_t new_key_data8[8] = { 0x00,0x11,0x22,0x33,0x44,0x55,0x66,0x77};
192 //uint8_t new_key_data16[16] = { 0x00,0x11,0x22,0x33,0x44,0x55,0x66,0x77,0x88,0x99,0xAA,0xBB,0xCC,0xDD,0xEE,0xFF};
194 //uint8_t* bigbuffer = mifare_get_bigbufptr();
195 uint8_t resp
[256] = {0x00};
196 uint8_t IV
[16] = {0x00};
198 size_t datalen
= datain
[0];
200 uint8_t cmd
[40] = {0x00};
201 uint8_t encRndB
[16] = {0x00};
202 uint8_t decRndB
[16] = {0x00};
203 uint8_t nonce
[16] = {0x00};
204 uint8_t both
[32] = {0x00};
205 uint8_t encBoth
[32] = {0x00};
213 // 3 olika sätt att authenticera. AUTH (CRC16) , AUTH_ISO (CRC32) , AUTH_AES (CRC32)
214 // 4 olika crypto algo DES, 3DES, 3K3DES, AES
215 // 3 olika kommunikations sätt, PLAIN,MAC,CRYPTO
220 // if ( SendDesfireCommand(AUTHENTICATE, &keyno, resp) > 0 ){
221 // // fick nonce från kortet
225 //SendDesfireCommand(AUTHENTICATE_ISO, &keyno, resp);
230 uint8_t keybytes
[16];
231 if (datain
[1] == 0xff){
232 memcpy(keybytes
,PICC_MASTER_KEY16
,16);
234 memcpy(keybytes
, datain
+1, datalen
);
237 struct desfire_key defaultkey
= {0};
238 desfirekey_t key
= &defaultkey
;
239 Desfire_aes_key_new( keybytes
, key
);
242 if ( AesCtxIni(&ctx
, IV
, key
->data
, KEY128
, CBC
) < 0 ){
243 if( MF_DBGLEVEL
>= 4) {
244 Dbprintf("AES context failed to init");
250 cmd
[0] = AUTHENTICATE_AES
;
251 cmd
[1] = 0x00; //keynumber
252 len
= DesfireAPDU(cmd
, 2, resp
);
254 if (MF_DBGLEVEL
>= 1) {
255 DbpString("Authentication failed. Card timeout.");
261 memcpy( encRndB
, resp
+3, 16);
263 // dekryptera tagnonce.
264 AesDecrypt(&ctx
, encRndB
, decRndB
, 16);
266 memcpy(both
, nonce
,16);
267 memcpy(both
+16, decRndB
,16 );
268 AesEncrypt(&ctx
, both
, encBoth
, 32 );
270 cmd
[0] = ADDITIONAL_FRAME
;
271 memcpy(cmd
+1, encBoth
, 32 );
273 len
= DesfireAPDU(cmd
, 33, resp
); // 1 + 32 == 33
275 if (MF_DBGLEVEL
>= 1) {
276 DbpString("Authentication failed. Card timeout.");
282 if ( resp
[2] == 0x00 ){
283 // Create AES Session key
284 struct desfire_key sessionKey
= {0};
285 desfirekey_t skey
= &sessionKey
;
286 Desfire_session_key_new( nonce
, decRndB
, key
, skey
);
287 print_result("SESSION : ", skey
->data
, 16);
289 DbpString("Authetication failed.");
299 cmd_send(CMD_ACK
,1,len
,0,resp
,len
);
302 // 3 olika ISO sätt att skicka data till DESFIRE (direkt, inkapslat, inkapslat ISO)
303 // cmd = cmd bytes to send
304 // cmd_len = length of cmd
305 // dataout = pointer to response data array
306 int DesfireAPDU(uint8_t *cmd
, size_t cmd_len
, uint8_t *dataout
){
309 size_t wrappedLen
= 0;
310 uint8_t wCmd
[USB_CMD_DATA_SIZE
] = {0};
312 wrappedLen
= CreateAPDU( cmd
, cmd_len
, wCmd
);
314 if (MF_DBGLEVEL
>= 4) {
315 print_result("WCMD <--: ", wCmd
, wrappedLen
);
317 ReaderTransmit( wCmd
, wrappedLen
, NULL
);
319 status
= ReaderReceive(dataout
);
322 if (MF_DBGLEVEL
>= 4) {
325 return FALSE
; //DATA LINK ERROR
327 // if we received an I- or R(ACK)-Block with a block number equal to the
328 // current block number, toggle the current block number
329 else if (status
>= 4 // PCB+CID+CRC = 4 bytes
330 && ((dataout
[0] & 0xC0) == 0 // I-Block
331 || (dataout
[0] & 0xD0) == 0x80) // R-Block with ACK bit set to 0
332 && (dataout
[0] & 0x01) == pcb_blocknum
) // equal block numbers
334 pcb_blocknum
^= 1; //toggle next block
340 size_t CreateAPDU( uint8_t *datain
, size_t len
, uint8_t *dataout
){
342 size_t cmdlen
= MIN(len
+4, USB_CMD_DATA_SIZE
-1);
345 memset(cmd
, 0, cmdlen
);
347 cmd
[0] = 0x0A; // 0x0A = skicka cid, 0x02 = ingen cid. Särskilda bitar //
348 cmd
[0] |= pcb_blocknum
; // OR the block number into the PCB
349 cmd
[1] = 0x00; // CID: 0x00 //FIXME: allow multiple selected cards
351 memcpy(cmd
+2, datain
, len
);
352 AppendCrc14443a(cmd
, len
+2);
354 memcpy(dataout
, cmd
, cmdlen
);
359 // crc_update(&desfire_crc32, 0, 1); /* CMD_WRITE */
360 // crc_update(&desfire_crc32, addr, addr_sz);
361 // crc_update(&desfire_crc32, byte, 8);
362 // uint32_t crc = crc_finish(&desfire_crc32);
366 ReaderTransmit(deselect_cmd
, 3 , NULL
);
367 FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF
);
373 ReaderTransmit(deselect_cmd
, 3 , NULL
);
374 FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF
);
375 cmd_send(CMD_ACK
,0,0,0,0,0);