erlang 中的 hash_hmac

发布于 2024-07-23 14:39:07 字数 92 浏览 2 评论 0 原文

我想知道,有没有办法在erlang中实现 hash_hmac("sha256", $token, $signkey, true) (php) ?

I want to know, is there any way to achieve hash_hmac("sha256", $token, $signkey, true) (php) in erlang?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

平生欢 2024-07-30 14:39:07

erlsha2 库支持 sha256 和 hmac,如 这个问题的答案

The erlsha2 library supports sha256 and hmac, as explained in the answer to this question.

初懵 2024-07-30 14:39:07

我刚刚谷歌搜索了这个

看起来像Sha256 Erlang 基础库中缺少,但博客上的作者手工编写了一个实现。

I just googled this

Looks like Sha256 is missing from erlang base libraries, but the author on the blog hand coded an implementation.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文