IPWorks Encrypt 2020 PHP Edition

Questions / Feedback?

Salt Property

The cryptographic salt.

Object Oriented Interface

public function getSalt();
public function setSalt($value);

Procedural Interface

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

Default Value

''

Remarks

This property specifies the salt used during key creation.

It is recommended to provide a salt value of at least 64 bits in length. A common length is 128 bits. It is also recommended that the salt value be randomly chosen.

Data Type

Binary String

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