mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 20:59:50 +04:00
Documentation: edit texts, markdown linting (#2226)
Co-authored-by: konerini <25254561+konerini@users.noreply.github.com> Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -1,17 +1,19 @@
|
||||
# LF RFID key file format
|
||||
|
||||
## Example
|
||||
|
||||
```
|
||||
Filetype: Flipper RFID key
|
||||
Version: 1
|
||||
Key type: EM4100
|
||||
Data: 01 23 45 67 89
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
Filename extension: `.rfid`
|
||||
|
||||
The file stores single RFID key of type defined by `Key type` parameter
|
||||
The file stores a single RFID key of the type defined by the `Key type` parameter.
|
||||
|
||||
### Version history
|
||||
|
||||
@@ -19,29 +21,29 @@ The file stores single RFID key of type defined by `Key type` parameter
|
||||
|
||||
### Format fields
|
||||
|
||||
|Name|Description|
|
||||
|-|-|
|
||||
|Key type|Key protocol type|
|
||||
|Data|Key data (HEX values)|
|
||||
| Name | Description |
|
||||
| -------- | --------------------- |
|
||||
| Key type | Key protocol type |
|
||||
| Data | Key data (HEX values) |
|
||||
|
||||
### Supported key types
|
||||
|
||||
|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|
|
||||
| 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 |
|
||||
|
||||
Reference in New Issue
Block a user