2022-12-23 10:25:29 +00:00
|
|
|
# iButton key file format
|
|
|
|
|
|
|
|
## Example
|
2023-01-06 18:18:43 +00:00
|
|
|
|
2022-12-23 10:25:29 +00:00
|
|
|
```
|
|
|
|
Filetype: Flipper iButton key
|
|
|
|
Version: 1
|
|
|
|
# Key type can be Cyfral, Dallas or Metakom
|
|
|
|
Key type: Dallas
|
|
|
|
# Data size for Cyfral is 2, for Metakom is 4, for Dallas is 8
|
|
|
|
Data: 12 34 56 78 9A BC DE F0
|
|
|
|
```
|
2023-01-06 18:18:43 +00:00
|
|
|
|
2022-12-23 10:25:29 +00:00
|
|
|
## Description
|
|
|
|
|
|
|
|
Filename extension: `.ibtn`
|
|
|
|
|
2023-01-06 18:18:43 +00:00
|
|
|
The file stores a single iButton 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 | Currently supported: Cyfral, Dallas, Metakom |
|
|
|
|
| Data | Key data (HEX values) |
|