Ehviewer icon indicating copy to clipboard operation
Ehviewer copied to clipboard

Cannot read encrypted 7zip file

Open asuka-mio opened this issue 3 years ago • 1 comments

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

asuka-mio avatar Jul 22 '22 14:07 asuka-mio

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.

NyaMisty avatar Jul 26 '22 20:07 NyaMisty