mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
Extracting file from password protected RAR creates 0 bytes file #537
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 @Sonic3R on GitHub (Sep 12, 2022).
Hi
Even I supplied password, it does not extract any file and I have 0 byte file. I tested with 7-zip file manager to see if password is good, and it is good.
Edit:
I tried also
And I got exception: System.NullReferenceException:
Object reference not set to an instance of an object.And stacktrace:
@adamhathcock commented on GitHub (Sep 14, 2022):
This might be because we don't support RAR 5.0 decryption yet.
Related https://github.com/adamhathcock/sharpcompress/issues/631