We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Does this library support password protected archive extraction? I didn't find related API.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
might be supported with merge from KocourKuba (5e108e8)
No branches or pull requests
Does this library support password protected archive extraction? I didn't find related API.
The text was updated successfully, but these errors were encountered: