IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

kdf Property

The key derivation function used during encryption and decryption.

Syntax

def get_kdf() -> str: ...
def set_kdf(value: str) -> None: ...

kdf = property(get_kdf, 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 kdf_hash_algorithm 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 Python Edition - Version 20.0 [Build 8155]