🔑
HMAC Generator
Generate an HMAC (Hash-based Message Authentication Code).
crypto
API: POST /api/tools/hmac-generator
Input
Result
🔌 API Usage
POST /api/tools/hmac-generator
Content-Type: application/json
// Example body:
{
"text": "",
"key": "",
"algorithm": "sha256"
}
Content-Type: application/json
// Example body:
{
"text": "",
"key": "",
"algorithm": "sha256"
}