Open hackerb9 opened 2 years ago
Thanks for the report!
I don't have a 13.56 MHz reader, so I've never tested that. From the looks of it, "bit length 56" is probably sending the UID-7 of the card.
Reading the manual, it sounds like to a read file on a MIFARE DESFire, you'd need to specifically configure the reader (page 74) with the application ID, file ID, and any encryption keys to the reader.
Practically speaking, this means you could set it up to read a single file on a single type of transit card, but it may not give any feedback about the wrong card. A card with a single free-read file would work well for this (eg: Sydney's Opal card), but anything with more than one file wouldn't (eg: Adelaide's Metrocard).
I'm curious about what it does when that's properly set up, and if there's some extra config pages that this needs to read / write.
I tested an Imprivata HDW-IMP-80, which appears to be a rebadged RF IDeas pcProx Plus (dual band 125kHz, 13.56MHz).
It is able to read some of 13.56MHz HID cards I had laying around (although I have not checked the data yet).
I also tried a public transit stored value card (MIFARE DESFire), which partially worked. The usbtest.py script is able to read the card ID, but did not show further information. For example, the NFC sensor on my phone can read the most recent public transit trip, but usbtest.py only shows 56 bits of data. I presume there's some extra protocol required for MIFARE.