IPWorks Encrypt 2020 PHP Edition

Questions / Feedback?

Password Property

The master password from which a derived key is generated.

Object Oriented Interface

public function getPassword();
public function setPassword($value);

Procedural Interface

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

Default Value

''

Remarks

This property specifies the password from which the derived key is created.

Data Type

Binary String

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