DevTools.at
API Documentation
POST/api/v1/hmac

HMAC Generator

Generate HMAC authentication codes

generators

Parameters

inputstring
Yes

Message to authenticate

keystring
Yes

Secret key

algorithmstring
No

md5, sha1, sha256, sha512

Default: sha256

Example Request

curl -X POST https://devtools.at/api/v1/hmac \
  -H "Content-Type: application/json" \
  -d '{"input":"Hello World","key":"secret","algorithm":"sha256"}'

Try it out

Test this endpoint directly in your browser

Response
Click "Execute Request" to see the response