-
I want to change the default PICC DES master key to AES master key.
Tried this without any luck for factory-fresh-card (never written before):
`desfire.SelectApplication(0); // success`
`desfire…
-
I would very much like to see Chameleon supporting emulation of DESFire cards. I reckon this was already implemented according to the WISSEC paper, but is not shred with general public. Any plans on p…
-
### Describe the bug.
Reading a DESFire card crashes the Flipper with a `furi_check()` error. It seems to crash after trying to read the second block. This is a card I had lying around, and I do not …
5aji updated
3 months ago
-
As this chip will be used in the device, we'll have to add support for reading out tags. The initial support should focus on Mifare Desfire as this type is the most commonly used one. Reference code c…
-
Can you help to implement authentication for MiFare DESFire EV1 4k?
-
`libfreefare` currently supports the legacy *MIFARE DESFire D40* and *MIFARE DESFire EV1*. It supports EV2 only to the extent that EV2 is able to function identically to a EV1, but no EV2-specific fun…
-
Hello,
I am trying to obtain UID of desfire 4K EV1 card using this library.
I am using ACR122U card reader and I installed latest available drivers.
My code is working on Linux but when I rebu…
-
To check the emulated DESFire, the Android TagInfo should be able to detect and read a file content. It should be able to:
- Read PICC master key settings
- Read application settings
- Read file …
-
Perhaps @dev-zzo can shed some light into this. I had to remove some similar code from [his original repo sources](https://github.com/dev-zzo/ChameleonMini/blob/desfire/Firmware/Chameleon-Mini/Applica…
-
MRFC522 chip and Arduino library use only chip ID of card for authentication. Anyways, current cards support MIFARE Classic algorithm, which is broken. Therefore, the current level of security of the…