Generate HASH
GenerateHash uses a specified hashing algorithm to generate a hash in the format of a hexadecimal number or list of bytes.
Properties
Section titled “Properties”The input data for which the hash will be calculated. Input data could be a string or list of bytes.
Hash algorithm
Section titled “Hash algorithm”The algorithm to use when computing the hash.
Options:
- MD5 - learn more
- SHA1 - learn more
- SHA256 - learn more
- SHA384 - learn more
- SHA512 - learn more
Hash type
Section titled “Hash type”The type of output for the hashed data.
Options:
- Hex string
- List of bytes
Definition
Section titled “Definition”A string-formatted hexadecimal number or list of bytes that contains the computed hash.