timmerk / nfc-tools

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

Support DESFire EV1 #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
libfreefare does support MIFARE DESFire but not EV1 features, mainly AES 
encryption.

Original issue reported on code.google.com by romu...@libnfc.org on 18 Aug 2010 at 2:19

GoogleCodeExporter commented 9 years ago
Reviewing Issue 17, I remember that EV1 can also be configured to have a random 
UID.

Original comment by romu...@libnfc.org on 18 Aug 2010 at 3:35

GoogleCodeExporter commented 9 years ago

Original comment by romu...@libnfc.org on 25 Oct 2010 at 8:27

GoogleCodeExporter commented 9 years ago
API improvement suggestion probably related to this:
The mifare_desfire_create_application function does not allow to specify the 
crypto method atm (which is new to EV1 if i'm correct). It is possible to code 
this in the key_no byte but the API does not make this clear.

One possibility is to rename key_no to settings2 or if separate key_no 
parameter is wanted maybe another parameter for the crypto method could be 
added? Either way improves the API i think. What is your opinion on this?

Original comment by glenn.er...@gmail.com on 22 Feb 2011 at 8:00

GoogleCodeExporter commented 9 years ago
I quite agree.  There are still a few glitches to fix before rolling a new 
release.

Original comment by romain.t...@gmail.com on 22 Feb 2011 at 8:53

GoogleCodeExporter commented 9 years ago

Original comment by romain.t...@gmail.com on 25 Mar 2011 at 12:46

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r769.

Only ISO application creation as requested by Issue 57 is lacking now.

Original comment by rtarti...@il4p.fr on 25 Mar 2011 at 1:00

GoogleCodeExporter commented 9 years ago
GetISOFileIDs() is also missing as of r770

Note for myself: go through the documentation to find-out all missing functions.

Original comment by romain.t...@gmail.com on 25 Mar 2011 at 5:04

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r771.

Original comment by rtarti...@il4p.fr on 26 Mar 2011 at 1:22