Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Can't extract data from the password-protected archive created with 7zip using BZip2 compression #248

Open
Enedwait opened this issue Nov 25, 2021 · 0 comments

Comments

@Enedwait
Copy link

I need to extract the archives in .Net Framework app but I find out that I can't extract the password-protected archives created with 7zip using BZip2 compression.

The library throws the exception:
Not a valid BZip2 stream. byte 1, expected '90', got '135'

To reproduce it you can create any zip archive with password in 7zip and try to extract it..
For instance, like this:
CreatingPasswordProtectedTestArchiveIn7zip

StackTrace:
NotExtractingPasswordProtectedArchiveDataCreatedWith7zip_StackTrace.txt

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant