Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetStrongProtectionInfo.SpinCount Property

Specifies how many times the hashing function is iteratively run.

#Declaration

Delphi
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