View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000666 | file | General | public | 2025-06-02 18:43 | 2025-06-08 15:40 |
Reporter | douzeb | Assigned To | christos | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Platform | Linux | ||||
Fixed in Version | HEAD | ||||
Summary | 0000666: Add YBLOB mini object storage format support | ||||
Description | This patch adds support for the YBLOB mini object storage format. This storage format leverage the PIV application custom objects for storing sensitive blobs, protected by a PIN. See https://github.com/douzebis/yb | ||||
Tags | No tags attached. | ||||
|
yblob-file.patch (512 bytes)
diff --git a/magic/Magdir/filesystems b/magic/Magdir/filesystems index 28178d1b..3a6dd160 100644 --- a/magic/Magdir/filesystems +++ b/magic/Magdir/filesystems @@ -2764,3 +2764,8 @@ 0x0 string \x10\x00\x4e\x57\x20 >0x10000 string \x4e\x57\x00\x00\x01 >0x100A2 string \x4C\x00\x40 EldOS Corporation SolidFS, 64KiB page size + +# YBLOB mini object storage +# PIN-protected storage format based on the PIV application +# https://github.com/douzebis/yb +0 lelong 0xF2ED5F0B yblob object store image data |
|
Added, thanks |
Date Modified | Username | Field | Change |
---|---|---|---|
2025-06-02 18:43 | douzeb | New Issue | |
2025-06-02 18:43 | douzeb | File Added: yblob-file.patch | |
2025-06-08 15:40 | christos | Assigned To | => christos |
2025-06-08 15:40 | christos | Status | new => assigned |
2025-06-08 15:40 | christos | Status | assigned => resolved |
2025-06-08 15:40 | christos | Resolution | open => fixed |
2025-06-08 15:40 | christos | Fixed in Version | => HEAD |
2025-06-08 15:40 | christos | Note Added: 0004263 |