IPWorks Encrypt 2020 PHP Edition

Questions / Feedback?

ComputeHash Method

Computes a hash.

Object Oriented Interface

public function doComputeHash();

Procedural Interface

ipworksencrypt_hash_do_computehash($res);

Remarks

This method computes a hash of the data specified by InputMessage or InputFile. The algorithm used is specified by Algorithm. The HashValue 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 Progress event will fire with updates during this operation.

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