Get HMAC-SHA256 Hash Step
- 09 Jun 2023
- 1 Minute to read
- Print
- DarkLight
Get HMAC-SHA256 Hash Step
- Updated on 09 Jun 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
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 |
Was this article helpful?