SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

platform_protection Property

Enables platform-based protection of the master key.

Syntax

def get_platform_protection() -> bool: ...
def set_platform_protection(value: bool) -> None: ...

platform_protection = property(get_platform_protection, set_platform_protection)

Default Value

FALSE

Remarks

Use this property to enable the platform-based protection for the main encryption key. The platform protection is currently only available on Windows,in the form of DPAPI in unmanaged editions, or ProtectedData in .NET Framework.

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