mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-05 21:23:57 +00:00
There are some rar compression packages that do not throw an exception if no password is entered #571
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yousa121380 on GitHub (Jun 4, 2023).
Unzipping the following package using the example in the USAGE.md will throws an NullReferenceException

This is a rar package I downloaded from the Internet
https://dz.certdon.com/down/2022down/3/18/NatTypeTesterrj.rar
@yousa121380 commented on GitHub (Jun 4, 2023):
mabe this is same issue
https://github.com/adamhathcock/sharpcompress/issues/514#issuecomment-818490327
@Erior commented on GitHub (Jun 6, 2023):
The link does not work for me ERR_NAME_NOT_RESOLVED
@yousa121380 commented on GitHub (Jun 6, 2023):
After work I pull a request and put it in testcase
@yousa121380 commented on GitHub (Jun 6, 2023):
https://github.com/adamhathcock/sharpcompress/pull/744 i upload and add it@Erior
@Erior commented on GitHub (Jun 6, 2023):
@yousa121380 , I created a pull where we now can skip over the encrypted files instead of throwing an exception, I guess that is what you were after?
@yousa121380 commented on GitHub (Jun 7, 2023):
yes, i test encrypted zip and it can throw exception then skip over, i want that it have same behave in all encrypted files