SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Passphrase Property

The encryption password.

Object Oriented Interface

public function getPassphrase();
public function setPassphrase($value);

Procedural Interface

secureblackbox_pgpwriter_get($res, 25 );
secureblackbox_pgpwriter_set($res, 25, $value );

Default Value

''

Remarks

Use this property to provide the encryption password. If an encryption password is used, no key will be needed to decrypt the data.

Data Type

String

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