You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2024. It is now read-only.
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:
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:
StackTrace:
NotExtractingPasswordProtectedArchiveDataCreatedWith7zip_StackTrace.txt
The text was updated successfully, but these errors were encountered: