API Documentation
POST
/api/v1/hmacHMAC Generator
Generate HMAC authentication codes
generators
Parameters
inputstringMessage to authenticate
keystringSecret key
algorithmstringmd5, 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