Get HMAC-SHA384 Hash
- 19 Aug 2022
- 1 Minute to read
- Print
- DarkLight
Get HMAC-SHA384 Hash
- Updated on 19 Aug 2022
- 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.5.0 |
Last Modified in Version | 8.5.0 |
Location | Data > Encryption and Hashing |
The Get HMAC-SHA384 Hash step hashes a string with the SHA384 algorithm. This step takes a Key and a Message and will output an HMAC-SHA384 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 |
---|---|---|
"GetHMACSHA512Hash1_Output" | SHA384 hashed message | List of Byte |
Was this article helpful?