IPWorks Encrypt 2020 PHP Edition

Questions / Feedback?

UseHex Property

Whether the key is hex encoded.

Object Oriented Interface

public function getUseHex();
public function setUseHex($value);

Procedural Interface

ipworksencrypt_pbkdf_get($res, 7 );
ipworksencrypt_pbkdf_set($res, 7, $value );

Default Value

false

Remarks

This setting specifies whether the created Key is hex encoded when calling CreateKey. The default value is False.

Data Type

Boolean

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