View Issue Details

IDProjectCategoryView StatusLast Update
0000666fileGeneralpublic2025-06-02 18:43
Reporterdouzeb Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
Status newResolutionopen 
PlatformLinux 
Summary0000666: Add YBLOB mini object storage format support
DescriptionThis 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
TagsNo tags attached.

Activities

douzeb

2025-06-02 18:43

reporter  

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
yblob-file.patch (512 bytes)   

Issue History

Date Modified Username Field Change
2025-06-02 18:43 douzeb New Issue
2025-06-02 18:43 douzeb File Added: yblob-file.patch