HMAC Generator

Generate HMAC (Hash-based Message Authentication Code) signatures using SHA-256, SHA-384, or SHA-512. This tool uses the Web Crypto API for secure, client-side computation. Output is available in both hexadecimal and Base64 formats for easy integration with APIs and authentication systems.

โ€”
โ€”

How to Use This Tool

  1. Enter the message you want to sign in the message input area.
  2. Enter your secret key in the key input field.
  3. Select the HMAC algorithm (SHA-256, SHA-384, or SHA-512).
  4. The HMAC is computed automatically and displayed in both hex and Base64 formats.

Related Tools