SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Compress Property

Whether to compress the data before encrypting it.

Object Oriented Interface

public function getCompress();
public function setCompress($value);

Procedural Interface

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

Default Value

false

Remarks

Set this property to True to compress the data before encryption. Use CompressionAlgorithm and CompressionLevel to tune up compression parameters.

Data Type

Boolean

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