A collection of tools for interaction with MIFARE DESFire EV1 NFC tags using Android, mostly adapted from libfreefare and nfcjlib.
Features:
- MIFARE DESFire EV1 tag model
- Encryption support
- AES
- (3)DES
- 3K3DES
- Mifare Desfire Tool demo application
As NXP now has a freely available TapLinx SDK for supporting these cards, so this project is mostly for educational and/or debugging purposes.
For following licenses apply
- nfcjlib - Modified BSD License (3-clause BSD)
- libfreefare - LGPL 3.0 with classpath exception
- everything else - Apache 2.0
The project is based on Gradle.
See the example application.
- 1.0.1: Maintainance release (only available as source code).
- 1.0.0: Initial version