IPWorks Encrypt 2020 Delphi Edition

Questions / Feedback?

KDF Property

The key derivation function used during encryption and decryption.

Syntax

property KDF: String read get_KDF write set_KDF;

Default Value

'KDF2'

Remarks

This property specifies the key derivation function (KDF) to use when encrypting and decrypting. Possible values are:

  • "KDF1"
  • "KDF2" (Default)
The KDFHashAlgorithm specifies the hash algorithm used in conjunction with the specified KDF.

This property is only applicable when calling Encrypt or Decrypt.

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