-
```
(originally reported by thefkboss on issue 19)
the last 2 bytes of the keys are always good, but the first 4 bytes are always
wrong (sometimes random, sometimes the same).
the problem is here i…
-
```
I have and ACR38U-I1 reader
(http://www.acs.com.hk/en/products/4/acr38-smart-card-reader/) which of course
has nothing to do with NFC. The problem is that libnfc is trying to interact
with it:
…
-
I’m trying to run a Python project that uses `libnfc` in `nix-shell`. The code does
``` python
ctypes.util.find_library('nfc')
```
and for some strange reason this returns just `libnfc.so.5`. I’m no…
-
When i launch miLazyCracker tell me in a loop this:
/usr/local/bin/miLazyCracker: line 102: libnfc_crypto1_crack: command not found
any idea?
-
```
What steps will reproduce the problem?
Without reader attached:
$ make check
Plug 2 PN533 strapped together for p2p, then
$ cutter -t /dep_active/ test
=> ok
$ nfc-list
nfc-list uses libnfc l…
-
```
What steps will reproduce the problem?
Without reader attached:
$ make check
Plug 2 PN533 strapped together for p2p, then
$ cutter -t /dep_active/ test
=> ok
$ nfc-list
nfc-list uses libnfc l…
-
```
What steps will reproduce the problem?
Without reader attached:
$ make check
Plug 2 PN533 strapped together for p2p, then
$ cutter -t /dep_active/ test
=> ok
$ nfc-list
nfc-list uses libnfc l…
-
Hello, I have build mfoc and libnfc, and the example programs with libnfc seem to be working, however I get the "No NFC device found with mfoc". Any advice here would be appreciated. Is there some spe…
-
Hi,
I'm new to Libnfc.
I'd like to use my ACR122U to read (or more) badges and cards, and I installed Kali on a USB stick.
I start it on a pc on boot, and I installed everything, and it seemed to…
-
I feel this will be a bit tricky. From a brief glance, the Web NFC API doesn't have a way to interface with MIFARE Classics. Maybe we could port libnfc to WebUSB…