在客户端网页上使用JavaScript的bcrypt。

huangapple go评论63阅读模式
英文:

Using bcrypt on client side web page using JavaScript

问题

对于crypto-js,像这样使用它很容易:

<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.9-1/crypto-js.js"></script>

是否有类似的选项用于bcrypt,以便我可以将其添加到静态页面中?

英文:

For crypto-js, it was easy to use it like:

<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.9-1/crypto-js.js"></script>

Is there any similar option for bcrypt, so that I can add it to a static page?

答案1

得分: 1

你可以在jsDelivr上找到它。我必须指出,bcryptjs(上次更新是6年前 - 相当老)是bcrypt的修改版本(上次更新是8个月前 - 它是官方版本)。如果你想使用bcryptjs,请在jsDeliver上找到它(尽管不建议)。

英文:

You can find it on jsDelivr. I'd have to note that bcryptjs (last update was 6 years ago - quite old) is a modified version of bcrypt (last update was 8 months ago - it's the official version anyway). if you want to use bcryptjs, find it on jsDeliver too (yet not recommended).

huangapple
  • 本文由 发表于 2023年6月13日 10:36:42
  • 转载请务必保留本文链接:https://go.coder-hub.com/76461379.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定