IPWorks Encrypt 2020 PHP Edition

Questions / Feedback?

KDF Property

The key derivation function used during encryption and decryption.

Object Oriented Interface

public function getKDF();
public function setKDF($value);

Procedural Interface

ipworksencrypt_ecc_get($res, 11 );
ipworksencrypt_ecc_set($res, 11, $value );

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.

Data Type

String

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