SecureBlackbox 2020 PHP Edition

Questions / Feedback?

ChangeEntryKey Method

Changes the entry's encryption key.

Object Oriented Interface

public function doChangeEntryKey($entryname, $newkey);

Procedural Interface

secureblackbox_passwordvault_do_changeentrykey($res, $entryname, $newkey);

Remarks

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

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