-
mifare emulation works flawlessly with my pn532 reader, however my S3 is not able to read the cahmelion.
UID/ATQA/SAK can be read, after that the phone thinks that the tag has been removed and can'…
-
```
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 guys,
I have problems writing data to MIFARE Classik 1K tags with a USB_PN53x device (DL533N flat/OEM) due to CRC errors. This does not happen when using a SPI_PN532 device. Writing via SPI work…
-
Sometimes when quickly removing the mifare tag during writing, the write fails. When this happens 1-3 times in a row, NFC crashes on Android and we need to restart the device. Other apps using NFC are…
-
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 =…
-
I was interested in seeing Marta Breeze card (from Atlanta, Georgia) support in this app, which uses Mifare Classic. Could somebody integrate this feature into farebot?
-
In GitLab by @ilufang on Jul 13, 2022, 07:41
_Merges mifare-dev -> master_
Here is the algorithm for that three bytes at the end of block 1 for a mifare AiMe, so that you can type your access code i…
icex2 updated
2 years ago
-
```
What steps will reproduce the problem?
1. Attached sfoc.c will try to authenticate to emulated Mifare 4K in Nexus S (PN544 chip)
2. Authentication always succeeds in 'nfc_initiator_mifare_cmd…
-
```
What steps will reproduce the problem?
1. Attached sfoc.c will try to authenticate to emulated Mifare 4K in Nexus S (PN544 chip)
2. Authentication always succeeds in 'nfc_initiator_mifare_cmd…
-
Hello,
i have Mifare card with UID A4DCCC1D.
When reading with Wiegand reader using Wiegand 32 Type with this code i get this:
HEX = 126E660E, DECIMAL = 309224974, Wiegand Type = W32
The cod…