About Us
Museum

RFID Guardian Software:Library:Core modules:Spoofer

From RFID Guardian

RFID Guardian Software / Library / Core modules / Spoofer


Spoofer

The spoofer emulates one or more RFID tags (see the description of Tag , below). The full standards for ISO-15693, 14443-A and MiFare classic are implemented. The spoofer registers itself with the filter of the ports that receive RFID frames. Then, each incoming RFID frame is handed to the spoofer that decides whether and how its tags should responds. The spoofer is controlled via the UI that allows specification of the tags to be spoofed.

The 15693 tag spoofer fully supports slotted anticollision, with the proviso that the filter expands 16-slot inventory sequences into an equivalent set of 16 separate 1-slot inventory requests. Generation of collisions within a slot is supported.

The 14443-A tag spoofer fully supports anticollision/select.

MiFare classic (which is an extension of 14443-A) has its proprietary crypto, crypto1. Spoofed MiFare tags fully support crypto1, see the crypto documentation.

API include/mrg_spoof.h
Source [ src/spoof/mrg_spoof* ]