SecureBlackbox 2020 PHP Edition

Questions / Feedback?

EncryptionAlgorithm Property

The encryption algorithm to encrypt the document with.

Object Oriented Interface

public function getEncryptionAlgorithm();
public function setEncryptionAlgorithm($value);

Procedural Interface

secureblackbox_pdfencryptor_get($res, 1 );
secureblackbox_pdfencryptor_set($res, 1, $value );

Default Value

'AES256'

Remarks

Use this property to specify the encryption algorithm to encrypt the PDF document with.

Supported values:

SB_SYMMETRIC_ALGORITHM_RC4RC4
SB_SYMMETRIC_ALGORITHM_AES128AES128
SB_SYMMETRIC_ALGORITHM_AES256AES256

Data Type

String

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