Open sinall opened 7 years ago
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.
might be supported with merge from KocourKuba (https://github.com/getnamo/7zip-cpp/commit/5e108e869f08b2683369286e03cc28a532fe972d)
Does this library support password protected archive extraction? I didn't find related API.