Discuss this help topic in SecureBlackbox Forum
Specifies how to deal with old-style encrypted archives.
Declaration
[C#]
bool IgnorePasswordCheck;
[VB.NET]
Property IgnorePasswordCheck As Boolean
[Pascal]
property IgnorePasswordCheck : boolean;
[C++]
bool get_IgnorePasswordCheck();
void set_IgnorePasswordCheck(bool Value);
[PHP]
bool get_IgnorePasswordCheck()
void set_IgnorePasswordCheck(bool $Value)
[Java]
boolean getIgnorePasswordCheck();
void setIgnorePasswordCheck(boolean Value);
Description
Set this property to
True to implement a workaround for old-style encrypted archives, where password check bits were saved incorrectly.
The default value is
False.
Discuss this help topic in SecureBlackbox Forum