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)
This property is only applicable when calling Encrypt or Decrypt.