使用方法
- 输入
- 输入
- 选择
- Copy the hexadecimal HMAC digest from the output.
- 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.