SecureBlackbox 2020 Python Edition

Questions / Feedback?

encryption_algorithm Property

The symmetric cipher that was used to encrypt the data.

Syntax

def get_encryption_algorithm() -> str: ...

encryption_algorithm = property(get_encryption_algorithm, None)

Default Value

""

Remarks

This property contains the symmetric algorithm that the creator had used to encrypt the message.

This property is read-only.

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