KDFHashAlgorithm Property
The KDF hash algorithm to use when encrypting and decrypting.
Syntax
property KDFHashAlgorithm: TipcECCKDFHashAlgorithms read get_KDFHashAlgorithm write set_KDFHashAlgorithm;
TipcECCKDFHashAlgorithms = ( iesSHA1, iesSHA224, iesSHA256, iesSHA384, iesSHA512 );
Default Value
iesSHA256
Remarks
This property specifies the hash algorithm to use in when deriving a key using the specified KDF. Possible values are:
- 0 (iesSHA1)
- 1 (iesSHA224)
- 2 (iesSHA256)
- 3 (iesSHA384)
- 4 (iesSHA512)
This property is only applicable when calling Encrypt or Decrypt.