SecureBlackbox 2020 Python Edition

Questions / Feedback?

change_entry_key Method

Changes the entry's encryption key.

Syntax

def change_entry_key(entry_name: str, new_key: bytes) -> None: ...

Remarks

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

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