timmerk / nfc-tools

Automatically exported from code.google.com/p/nfc-tools
0 stars 0 forks source link

authentication key or encryption key #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi everyone,

I want to make a program that accesses a DESFire and I have a doubt function 
mifare_desfire_authenticate(MifareTag tag, uint8_t key_no, MifareDESFireKey 
key). This function must be given as an argument MifareDESFireKey structure, 
this structure is the variable data, which I think is the encryption key. This 
data, is it the authentication key (rnda with rndb) or the encryption key (the 
key to the data to transfer)???

Thanks

Original issue reported on code.google.com by esequ...@gmail.com on 18 Nov 2010 at 1:06

GoogleCodeExporter commented 9 years ago
Another question,

inside the mifare_desfire_authenticate, where use the variable "key->data"??

In the sub-function mifare_cbc_des and mifare_des don't use

Original comment by esequ...@gmail.com on 18 Nov 2010 at 1:14

GoogleCodeExporter commented 9 years ago
Please stop using issue tracker as forum.

Original comment by romu...@libnfc.org on 18 Nov 2010 at 2:36