asmCrypto

考虑性能的 JavaScript 加密库。「JavaScript Cryptographic Library with performance in mind.」

  • 所有者: asmcrypto/asmcrypto.js
  • 平台: Linux, Mac, Web browsers, Windows
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    9
      比较:

Github星跟踪图

asmCrypto

JavaScript 实现流行的加密实用程序,并考虑到性能。

构建和测试

然后下载并构建这些东西。

git clone https://github.com/asmcrypto/asmcrypto.js.git
cd asmcrypto.js/
npm install

运行测试总是一个好主意。

npm test

恭喜你!现在你的 asmcrypto.js 已经准备好了,可以放心使用了。

支持

  • NodeJS 10
  • IE11
  • 上两个 Chrome 版本
  • 最后两个 Firefox 版本和最新的 Firefox ESR。
  • 上两个 Edge 版本
  • 上两个 Safari 版本

AsmCrypto 2.0

  • 移至 TypeScript
  • 我对随机生成没有信心,所以我觉得不适合维护它。从 2.0 开始,所有自定义的随机生成和 seeding 代码都被删除了,底层浏览器和环境必须提供安全的随机。

主要指标

概览
名称与所有者asmcrypto/asmcrypto.js
主编程语言JavaScript
编程语言JavaScript (语言数: 2)
平台Linux, Mac, Web browsers, Windows
许可证MIT License
所有者活动
创建于2013-10-30 13:54:41
推送于2023-02-07 20:56:35
最后一次提交2023-02-07 21:56:35
发布数20
最新版本名称v2.3.2 (发布于 )
第一版名称v0.0.6 (发布于 2014-11-18 00:51:24)
用户参与
星数663
关注者数36
派生数183
提交数322
已启用问题?
问题数129
打开的问题数25
拉请求数41
打开的拉请求数10
关闭的拉请求数11
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

asmCrypto Build Status Join the chat at https://gitter.im/asmcrypto/asmcrypto.js

JavaScript implementation of popular cryptographic utilities with performance in mind.

Build & Test

Then download and build the stuff:

git clone https://github.com/asmcrypto/asmcrypto.js.git
cd asmcrypto.js/
npm install

Running tests is always a good idea:

npm test

Congratulations! Now you have your asmcrypto.js ready to use ☺

Support

  • NodeJS 10
  • IE11
  • last two Chrome versions
  • last two Firefox versions and the latest Firefox ESR
  • last two Edge versions
  • last two Safari versions

AsmCrypto 2.0

  • Moved to TypeScript
  • I have no confident knowledge on random generation, so I don't feel right maintaining it. As of 2.0 all custom random generation and seeding code is removed, the underlying browsers and environments have to provide secure random.