SecureBlackbox 2020 Python Edition

Questions / Feedback?

compress Property

Whether to compress the data before encrypting it.

Syntax

def get_compress() -> bool: ...
def set_compress(value: bool) -> None: ...

compress = property(get_compress, set_compress)

Default Value

FALSE

Remarks

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

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