Elixir - HMAC解码或验证

时间:2018-04-26 13:25:27

标签: elixir

这里我们可以使用hmac编码

:sha256
|> :crypto.hmac("key444", "The quick brown fox jumps over the lazy dog")
|> Base.encode16

但我们如何解码才能再次验证数据。

0 个答案:

没有答案