Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to extract password protected archive? #20

Open
sinall opened this issue Mar 24, 2017 · 2 comments
Open

How to extract password protected archive? #20

sinall opened this issue Mar 24, 2017 · 2 comments

Comments

@sinall
Copy link

sinall commented Mar 24, 2017

Does this library support password protected archive extraction? I didn't find related API.

@getnamo
Copy link
Owner

getnamo commented Mar 25, 2017

I don't think there's an easy API exposed in the current master. That said the COM port api likely supports it, try looking for the keywords under https://github.com/keithjjones/7z e.g. 'Password', 'crypto' and then look into https://github.com/getnamo/7zip-cpp/blob/master/7zpp/SevenZipExtractor.cpp#L38 to see how it's currently used and where to extend the function to support passwords.

@getnamo
Copy link
Owner

getnamo commented Jun 17, 2018

might be supported with merge from KocourKuba (5e108e8)

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

No branches or pull requests

2 participants