János Kukovecz

Results 3 issues of János Kukovecz

When extracting chunks, there is a logic for handling the whole chunks differently, [here](https://github.com/onekey-sec/unblob/blob/f58f352f04c7ac62c2669a1ab548d64acc3830be/unblob/processing.py#L359-L367). This results that in some cases some directories are not reported. Reproduce this with this test...

bug
help wanted
python

Hello, Thanks for this plugin! My scenario is: * I am encrypting a secret with 2 recipients (returned by `age-plugin-yubikey --list-all`) * I would like it to be decryptable by...

S-needs-thought

**Purpose of this PR:** Currently, all `model` in the codebase are implemented as `dataclass` with additional functionality provided by `dataclass_with_properties`. However, this approach causes static type checkers to fail in...