Tool Hub

HMAC Generator

संदेश और गुप्त कुंजी के लिए HMAC डाइजेस्ट (SHA-256/384/512) की गणना करें (WebCrypto)

ब्राउज़र के WebCrypto API का उपयोग करके संदेश और गुप्त कुंजी के लिए HMAC डाइजेस्ट की गणना करें। कुछ भी आपके ब्राउज़र से नहीं निकलता।

HMAC (hex)

कैसे उपयोग करें

  1. दर्ज करें
  2. दर्ज करें
  3. चुनें
  4. Copy the hexadecimal HMAC digest from the output.
  5. All computation runs in your browser via the WebCrypto API — nothing is stored or sent anywhere.

उदाहरण

  • Message "GET /api/data" with key "mysecret" and SHA-256 produces a 64-character hex digest used to verify the request signature.
  • Changing a single character in the message or key produces a completely different digest, confirming tamper detection.

उत्पादन में उपयोग से पहले आउटपुट सत्यापित करें। कोई वारंटी नहीं — देखें शर्तें.