2022-12-23 10:25:29 +00:00
|
|
|
# LF RFID key file format
|
|
|
|
|
|
|
|
## Example
|
2023-01-06 18:18:43 +00:00
|
|
|
|
2022-12-23 10:25:29 +00:00
|
|
|
```
|
|
|
|
Filetype: Flipper RFID key
|
|
|
|
Version: 1
|
|
|
|
Key type: EM4100
|
|
|
|
Data: 01 23 45 67 89
|
|
|
|
```
|
2023-01-06 18:18:43 +00:00
|
|
|
|
2022-12-23 10:25:29 +00:00
|
|
|
## Description
|
|
|
|
|
|
|
|
Filename extension: `.rfid`
|
|
|
|
|
2023-01-06 18:18:43 +00:00
|
|
|
The file stores a single RFID key of the type defined by the `Key type` parameter.
|
2022-12-23 10:25:29 +00:00
|
|
|
|
|
|
|
### Version history
|
|
|
|
|
|
|
|
1. Initial version.
|
|
|
|
|
|
|
|
### Format fields
|
|
|
|
|
2023-01-06 18:18:43 +00:00
|
|
|
| Name | Description |
|
|
|
|
| -------- | --------------------- |
|
|
|
|
| Key type | Key protocol type |
|
|
|
|
| Data | Key data (HEX values) |
|
2022-12-23 10:25:29 +00:00
|
|
|
|
|
|
|
### Supported key types
|
|
|
|
|
2023-01-06 18:18:43 +00:00
|
|
|
| Type | Full name |
|
|
|
|
| ----------- | ----------------- |
|
|
|
|
| EM4100 | EM-Micro EM4100 |
|
|
|
|
| H10301 | HID H10301 |
|
|
|
|
| Idteck | IDTECK |
|
|
|
|
| Indala26 | Motorola Indala26 |
|
|
|
|
| IOProxXSF | Kantech IOProxXSF |
|
|
|
|
| AWID | AWID |
|
|
|
|
| FDX-A | FECAVA FDX-A |
|
|
|
|
| FDX-B | ISO FDX-B |
|
|
|
|
| HIDProx | Generic HIDProx |
|
|
|
|
| HIDExt | Generic HIDExt |
|
|
|
|
| Pyramid | Farpointe Pyramid |
|
|
|
|
| Viking | Viking |
|
|
|
|
| Jablotron | Jablotron |
|
|
|
|
| Paradox | Paradox |
|
|
|
|
| PAC/Stanley | PAC/Stanley |
|
|
|
|
| Keri | Keri |
|
|
|
|
| Gallagher | Gallagher |
|