Skip to main content

鍵を使ってメッセージに署名するための暗号化ハッシュを返します。

HASH_TYPE 引数に md5sha1sha256、または sha512 を設定します。

オプションの ENCODING 引数に、 hex (デフォルト) または binary を設定します。

{{ hmac "sha256" "Secret key" "Secret message" }}
5cceb491f45f8b154e20f3b0a30ed3a6ff3027d373f85c78ffe8983180b03c84

{{ hmac "sha256" "Secret key" "Secret message" "hex" }}
5cceb491f45f8b154e20f3b0a30ed3a6ff3027d373f85c78ffe8983180b03c84

{{ hmac "sha256" "Secret key" "Secret message" "binary" | base64Encode }}
XM60kfRfixVOIPOwow7Tpv8wJ9Nz+Fx4/+iYMYCwPIQ=