SecureBlackbox 2020 PHP Edition

Questions / Feedback?

ChangeEntryPassword Method

Changes the entry's encryption password.

Object Oriented Interface

public function doChangeEntryPassword($entryname, $newpassword);

Procedural Interface

secureblackbox_passwordvault_do_changeentrypassword($res, $entryname, $newpassword);

Remarks

Use this method to change the entry's encryption password. This method may invoke the EntryKeyNeeded event to request the existing key if the entry was previously encrypted.

Note that all entries, and the vault itself, are encrypted with cryptographic keys, rather than passwords. When you change an entry's encryptionpassword, you are implicitly changing its encryption key, which is derived from the password using a cryptographically secure key derivation function.

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