You're viewing a demo portfolio

Join the waitlist
PRSM

generate_hmac

Active

Tool of IA-QA — 130+ QA & Dev Tools for AI Agents

declared in 1.0.0

Compute an HMAC signature for a message using a secret key. Supports SHA-256 (default), SHA-512, SHA-1, and MD5. Used for API request signing, webhook verification (GitHub, Stripe, Twilio), and JWT validation.

Parameters schema

{
  "type": "object",
  "required": [
    "message",
    "secret"
  ],
  "properties": {
    "secret": {
      "type": "string",
      "description": "Secret key"
    },
    "message": {
      "type": "string",
      "description": "Message to sign"
    },
    "encoding": {
      "enum": [
        "hex",
        "base64",
        "base64url"
      ],
      "type": "string",
      "description": "Output encoding (default: hex)"
    },
    "algorithm": {
      "type": "string",
      "description": "Hash algorithm: sha256 (default), sha512, sha1, md5"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

IA-QA — 130+ QA & Dev Tools for AI Agents

https://github.com/jcjamet/ia-qa

1/7 registries
View full server →