IP*Works! Encrypt V9 - Online Help
IP*Works! Encrypt V9
Questions / Feedback?

KeyLength Property

The desired length in bits of the derived key.

Object Oriented Interface

public function getKeyLength();
public function setKeyLength($value);

Procedural Interface

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

Default Value

1024

Remarks

This property specifies the length in bits of the Key.

The provided value must be divisible by 8. The default value is 1024.

Note: When Version is set to PBKDF1 certain restrictions apply. When Algorithm is set to MD5 the maximum length is 128. When Algorithm is set to SHA1 the maximum value is 160.

Data Type

Integer

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0