IPWorks Encrypt 2020 C++ Builder Edition

Questions / Feedback?

KDFHashAlgorithm Property

The KDF hash algorithm to use when encrypting and decrypting.

Syntax

__property TipcECCKDFHashAlgorithms KDFHashAlgorithm = { read=FKDFHashAlgorithm, write=FSetKDFHashAlgorithm };
enum TipcECCKDFHashAlgorithms { iesSHA1=0, iesSHA224=1, iesSHA256=2, iesSHA384=3, iesSHA512=4 };

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.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 C++ Builder Edition - Version 20.0 [Build 8155]