acquire
acquire copied to clipboard
Can not use --output-type zip and --encrypt together
Using both of these options together will cause acquire to fail. This is because at this point
https://github.com/fox-it/acquire/blob/3d7769606c3d999bb488840204b9ee97d38346b8/acquire/outputs/zip.py#L51(https://github.com/fox-it/acquire/blob/3d7769606c3d999bb488840204b9ee97d38346b8/acquire/outputs/zip.py#L51|smart-link)
it uses thefileobj argument to assign the file, however this is not present in the ZipFile module. We should look into how we can fix this issue.
Note: Make it work like tar.gz streams