Ehviewer
Ehviewer copied to clipboard
Cannot read encrypted 7zip file
This is not implemented by libarchive yet I will try refine it https://github.com/libarchive/libarchive/issues/1443 https://github.com/libarchive/libarchive/issues/878 https://github.com/libarchive/libarchive/blob/master/libarchive/archive_read_support_format_7zip.c
I'm also trying to implement this.
Seems that we need to implement the corresponding codec support in setup_decode_folder & init_decompression, which has corresponding _7Z_CRYPTO_ macros handling.