SecureBlackbox 2020 PHP Edition

Questions / Feedback?

EncryptionAlgorithm Property

Specifies the encryption algorithm to apply to the archive.

Object Oriented Interface

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

Procedural Interface

secureblackbox_archivewriter_get($res, 7 );
secureblackbox_archivewriter_set($res, 7, $value );

Default Value

''

Remarks

Use this property to specify the encryption algorithm to apply to the archive.

Class supports the following algorithms: AES128, AES192, AES256, BLOWFISH, TWOFISH, 3DES, 3DES112, DES, RC2, RC4. Note that not all of them may be supported by the processing software.

Data Type

String

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