Description

RFiDGear is a RFID / NFC frontend for Microsoft Windows 7 and above to Read / Modify / Write RFiD Tags. It’s written in C# using the MVVM Pattern.

The localized German help highlights that tasks are the core unit of work. Each task carries an execution index, a user-defined label, and an internally stored error code. Tasks can optionally depend on the result of an earlier task before running, and they may be executed individually, in batches, or automatically when a new chip is detected.

Available task types span device-independent helpers (PDF form filling and if/then logic), chip-generic checks (UID and chip-type validation), and rich MIFARE operations. MIFARE Classic tasks cover reading, writing, and checking whether a sector is unused. DESFire support includes application existence checks; PICC-level operations such as master key changes and formatting; application creation, key changes, deletion, and authentication; and file creation, writes, reads, and deletions.

System Requirements

Supported Readers and Chips

Because the application uses the LibLogicalAccess Library from ISLog, various Readers are Supported. Each Reader Device is encapsulated within a List of “Providers”. Each Provider may Contain Various Manufacturers.

A List of Providers is shown below. The most Common Provider might be the “PCSC” Reader Provider. For Development, only the Omnikey 5x21 were available as well as the SCL3711. Therefore, other readers may, or may not work.

The following chips are supported. Data Contents of Chips without a cross in the “Storage Card Service” Column is not Supported by the Library. Only reading the UID is supported.

Recent Updates

No Update available yet.

Main Window Quick Start

The help topics describe keyboard shortcuts and behaviors for the main window menus:

Screenshots

Some Impressions:

Main window with loaded project

Fig. 1: Main window with loaded project

Main window with explanations

Fig. 2: Main window with explanations and read chip

Download Software

See the "Release" Tab