🔑

HMAC Generator

Generate an HMAC (Hash-based Message Authentication Code).

crypto API: POST /api/tools/hmac-generator

Input

🔌 API Usage

POST /api/tools/hmac-generator
Content-Type: application/json

// Example body:
{
  "text": "",
  "key": "",
  "algorithm": "sha256"
}