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
- Enter the message you want to sign in the message input area.
- Enter your secret key in the key input field.
- Select the HMAC algorithm (SHA-256, SHA-384, or SHA-512).
- The HMAC is computed automatically and displayed in both hex and Base64 formats.
Related Tools
#!JWT{ }SQL
Hash Generator
Generate MD5, SHA-1, SHA-256, and SHA-512 hashes from text.
JWT Decoder
Decode JWTs and inspect header, payload, and expiration.
JSON Formatter & Validator
Pretty-print, validate, and minify JSON with syntax highlighting.
SQL Formatter
Beautify SQL queries with support for multiple dialects.