Hash a message.
POST/crypto/hash
Hash a message.
Request
Header Parameters
ipaas string
- application/json
Bodyrequired
hashTypestringrequired
Possible values: [MD5, SHA1, SHA224, SHA256, SHA3, SHA384, SHA512, RIPEMD160, HmacMD5, HmacSHA1, HmacSHA224, HmacSHA256, HmacSHA3, HmacSHA384, HmacSHA512, HmacRIPEMD160]
messagestringrequired
secretKeystring
Responses
- 200
- 400
Success
- application/json
- Schema
- Example (auto)
Schema
hashedTextstringrequired
{
"hashedText": "string"
}
Bad Request
- application/json
- Schema
- Example (auto)
Schema
statusnumber
errorMessagestring
{
"status": 0,
"errorMessage": "string"
}