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 |
