Here we can encode using hmac by
:sha256
|> :crypto.hmac("key444", "The quick brown fox jumps over the lazy dog")
|> Base.encode16
But how we can decode are validate the data again.
Here we can encode using hmac by
:sha256
|> :crypto.hmac("key444", "The quick brown fox jumps over the lazy dog")
|> Base.encode16
But how we can decode are validate the data again.