title, linktitle, description, date, publishdate, lastmod, categories, menu, keywords, signature, workson, hugoversion, relatedfuncs, deprecated, aliases
title |
linktitle |
description |
date |
publishdate |
lastmod |
categories |
menu |
keywords |
signature |
workson |
hugoversion |
relatedfuncs |
deprecated |
aliases |
hmac |
hmac |
Returns a cryptographic hash that uses a key to sign a message. |
2020-05-29 |
2020-05-29 |
2020-05-29 |
|
|
|
crypto.HMAC HASH_TYPE KEY MESSAGE [ENCODING] |
hmac HASH_TYPE KEY MESSAGE [ENCODING] |
|
|
|
|
false |
|
Set the HASH_TYPE
argument to md5
, sha1
, sha256
, or sha512
.
Set the optional ENCODING
argument to either hex
(default) or binary
.