SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

decrypt_file Method

Decrypts a file.

Syntax

def decrypt_file(source_file: str, dest_file: str) -> None: ...

Remarks

Use this method to decrypt an encrypted file and save the decrypted data to another file.

Specify the decryption key in key property before calling this method.

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