Hashing SettingsCalculate File Entropy Property
If true, calculates the Shannon entropy of the document's bytes.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public bool CalculateFileEntropy { get; set; }Property Value
BooleanRemarks
Shannon entropy is important detection method for detecting compressed and encrypted files and is the randomness of the bytes in the file. The valid range of Shannon entropy for a file are 0 to 8. With 0 meaning uniform file bytes and with 8 being completely random file bytes.