The 'Utility - Create Hash Code' action allows you to generate a hash code for the data value provided.
Credit Count
This is a Utility action and therefore consumes only 0.05 credits per operation (except 1 credit on the free plan). For example, 100 operations will consume 5 credits on a trial and all paid plans.
Default Parameters
The default 'Utility - Create Hash Code' flow action parameters are detailed below:
- Data: The input string to be computed.
- Data Type: Select the input format of the data value provided (Text, HEX or BASE64).
- Text: The input will be processed as a string with no manipulation.
- HEX: The input will be decoded from a HEX value to a byte array for processing.
- BASE64: The input will be decoded from BASE64 to a string value and then to a byte array for processing.
- FILE: The input value (Base64 encoded file) will be converted to a byte array for processing.
- Digest Algorithm: The message-digest algorithm.
- Output Type: Select the output format of the string value provided (Text, HEX or BASE64).
Advanced Parameters
The advanced 'Utility - Create Hash Code' flow action parameters are detailed below:
- Case: Set whether the computed value should be returned in either upper or lower case.
- Encoding Type: Set the encoding type used to process the data and key.
Return Parameters
The 'Utility - Create Hash Code' flow action returns the following data.
Action Specific Return Values
- Hash Code - The hash code computed from the data provided
Standard Return Values
- OperationId - The unique ID assigned to this operation.
- HttpStatusCode - The HTTP Status code for the response.
- HttpStatusMessage - The HTTP Status message for the response.
- Errors - An array of error messages should an error occur.
- Operation Status - Indicates whether the operation has been completed, has been queued or has failed.
0 Comments