SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Key Property

Provides an encryption key for the vault.

Object Oriented Interface

public function getKey();
public function setKey($value);

Procedural Interface

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

Remarks

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

The content of this property is automatically generated when a non-empty password is assigned to the Password property. This is because the vault fileare always encrypted with a cryptographically strong key, and if the user decides to use a password, it is converted to such key using a secure PBKDF function first.

This property is not available at design time.

Data Type

Byte Array

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