GenerateHash
GenerateHash computes a hash in the format of a hexadecimal number or list of bytes for the input data, using the specified hashing algorithm.
Properties
Data
The input data for which the hash will be calculated. Input data could be a string or list of bytes.
Hash algorithm
The algorithm to use when computing the hash. Possible values are: MD5, RIPEMD160, SHA1, SHA256, SHA384 or SHA512.
Hash type
The type of output for the hashed data. Possible values are: "Hex string" or "List of bytes".
Definition
- A string-formatted hexadecimal number or list of bytes that contains the computed hash.