Commit 77df8aac authored by ElenaSubbotina's avatar ElenaSubbotina

.

parent ce45b280
......@@ -1519,7 +1519,6 @@ namespace NExtractTools
std::wstring password = params.getPassword();
ECMACryptFile cryptReader;
bool bDataIntegrity = false;
if (cryptReader.EncryptOfficeFile(sFrom, sTo, password) == false)
{
......
......@@ -128,6 +128,8 @@ namespace NExtractTools
int mscrypt2oox (const std::wstring &sFrom, const std::wstring &sTo, const std::wstring & sTemp, InputParams& params);
int mscrypt2oot (const std::wstring &sFrom, const std::wstring &sTo, const std::wstring & sTemp, InputParams& params);
int mscrypt2oot_bin (const std::wstring &sFrom, const std::wstring &sTo, const std::wstring & sTemp, InputParams& params);
int oox2mscrypt (const std::wstring &sFrom, const std::wstring &sTo, const std::wstring & sTemp, InputParams& params);
//-------------------------------------------------------------------------------------------------------------------------------------------------
int dir2zip (const std::wstring &sFrom, const std::wstring &sTo);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment