-
Do you happen to have an example project using AES encryption with Desfire cards?
-
compiling with the latest PN532 Lib gives me the following error
no matching function for call to 'PN532::readPassiveTargetID
-
Hi,
In my app I used nfc_initiator_transceive_bytes() (libnfc) function to read Desfire tag and building each APDU but in my tests, the reading that uses the read_data() (libfreefare) function is fas…
-
![Screenshot-20240216-175623](https://github.com/flipperdevices/flipperzero-firmware/assets/126610656/58514f04-9ddb-4e60-8acf-d1c7375a3b22)
![Screenshot-20240216-175616](https://github.com/flipperd…
-
```
Am compiling libfreefare for arm architecture
libfreefare version = 0.2.2
libnfc version =1.4.0
1./configure --prefix=/tmp/libfreefare --host=arm-poky-linux-gnueabi
LIBNFC_CFLAGS=-I/opt/poky/c…
-
Hi,
I'm trying to read ISO 14443-4 type tag. It's not Desfire format card. Card's info is like that : https://imgbbb.com/image/XXnNv . Can I use this library with some modifications?
Thanks.
-
```
I'm using libfreefare for multiple projects in order to isolate myself from a
DESfire implementation (I'm under an NXP NDA). Currently it's entirely bound to
libnfc, which is a pity since libnfc…
-
I wanted to use your findings to write an (open source) library/application since it is not possible for me to sign an NDA.
Is it possible for you to release your documentation (DESFire.pdf) unde…
-
In mifare_desfire.c line 574 reads
*max_keys = p[1] & 0x0F;
The masking discards the encryption type indicated in the top two bits by an EV1 card.
Rewriting the line as
*max_keys =…
-
```
Reported by marko@unitedtickets.ee, Jun 7, 2012
Mifare Classic uses two types of diversification, old and new. The new type is
very very similar to DESFire diversification, actually it is 100% th…