IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

kdf_hash_algorithm Property

The KDF hash algorithm to use when encrypting and decrypting.

Syntax

def get_kdf_hash_algorithm() -> int: ...
def set_kdf_hash_algorithm(value: int) -> None: ...

kdf_hash_algorithm = property(get_kdf_hash_algorithm, set_kdf_hash_algorithm)

Default Value

2

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.

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