mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
Does this support password-protected-archive unpacking (RAR/ZIP/TAR...) (mostly for RAR format)? #356
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 @KillShot007 on GitHub (May 23, 2019).
I can't find the password argument in the RARArchive's open function
@adamhathcock commented on GitHub (May 23, 2019):
https://github.com/adamhathcock/sharpcompress/blob/master/tests/SharpCompress.Test/Rar/RarArchiveTests.cs#L52
@tardezyx commented on GitHub (Jan 6, 2020):
@adamhathcock
Your test code does not work. I've tried to decompress it with ArchiveFactory.Open and RarArchive.Open - with stream and with direct path. Neither worked.
Code is:
@adamhathcock commented on GitHub (Jan 6, 2020):
Funny because the tests run and pass.
RAR5 decryption is a TODO item.