SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Password Property

Provides an encryption password for the vault file.

Object Oriented Interface

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

Procedural Interface

secureblackbox_passwordvault_get($res, 5 );
secureblackbox_passwordvault_set($res, 5, $value );

Default Value

''

Remarks

Use this property to provide the master password for the vault file. This property can be assigned from the KeyNeeded event handler.

See a comment in the Key topic to learn how the passwords are used when encrypting the vault file.

Data Type

String

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