Step Details | |
Introduced in Version | 8.0.0 |
Last Modified in Version | 8.0.0 |
Location | Data > Encryption and Hashing |
The Get HMAC-SHA256 Hash step hashes a string with the SHA256 algorithm. This step takes a Key and a Message and will output an HMAC-SHA256 message.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Key Bytes | Key to hash | List of Byte |
Message Bytes | Message to hash | List of Byte |
Outputs
Property | Description | Data Type |
---|---|---|
Output | SHA256 hashed message | List of Byte |