inputString | String. The string that you want to convert to a hash value. |
hashAlgorithm | String. Optional. The algorithm to generate the hash value. Select one of the following: MD5 SHA256 SHA384 SHA512 The default value is SHA256. |
saltValue | byte[ ]. Optional. A random value that you can prefix to the input string before hashing. Note: To use a salt value in this service, run the pub.security:generateSalt service and map the generated salt value to this parameter. |
hashedValue | String. Hashed value of the input string. |
status | String. Indicates whether the inputString is successfully hashed or not. If successful, status is success. Otherwise, status contains failure along with an error message. |