TdxSpreadSheetStrongProtectionInfo.SpinCount Property
Specifies how many times the hashing function is iteratively run.
Declaration
property SpinCount: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
Normally, this property supports the internal infrastructure and is not intended to be used directly from your code. The SpinCount property is initialized with 10000 when a new instance of the TdxSpreadSheetStrongProtectionInfo class is created. As a result, the hash function is iteratively run 10000 times (using each iteration’s result as the input data for the next iteration). Running the hashing algorithm multiple times increases the cost of exhaustive search attacks correspondingly.
See Also