View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000666 | file | General | public | 2025-06-02 18:43 | 2025-06-02 18:43 |
Reporter | douzeb | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | new | Resolution | open | ||
Platform | Linux | ||||
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 |