IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

compute_hash Method

Computes a hash.

Syntax

def compute_hash() -> None: ...

Remarks

This method computes a hash of the data specified by input_message or input_file. The algorithm used is specified by algorithm. The hash_value property will be populated with the computed hash.

Input Notes

The class will determine the source of the input based on which properties are set.

The order in which the input properties are checked are as follows:

When a valid source is found the search stops.

The on_progress event will fire with updates during this operation.

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