SecureBlackbox 2020 PHP Edition

Questions / Feedback?

EntryPassword Property

Provides an encryption password for the current entry.

Object Oriented Interface

public function getEntryPassword();
public function setEntryPassword($value);

Procedural Interface

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

Default Value

''

Remarks

Use this property to provide the encryption/decryption password for the current entry. This property is typically assigned from the EntryKeyNeeded event handler.

See a comment in the EntryKey topic to find out how the passwords are used when encrypting entries.

Data Type

String

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