标签: elixir
这里我们可以使用hmac编码
:sha256 |> :crypto.hmac("key444", "The quick brown fox jumps over the lazy dog") |> Base.encode16
但我们如何解码才能再次验证数据。