asmCrypto

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

  • Owner: asmcrypto/asmcrypto.js
  • Platform: Linux, Mac, Web browsers, Windows
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    9
      Compare:

Github stars Tracking Chart

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 代码都被删除了,底层浏览器和环境必须提供安全的随机。

Main metrics

Overview
Name With Ownerasmcrypto/asmcrypto.js
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 2)
PlatformLinux, Mac, Web browsers, Windows
License:MIT License
所有者活动
Created At2013-10-30 13:54:41
Pushed At2023-02-07 20:56:35
Last Commit At2023-02-07 21:56:35
Release Count20
Last Release Namev2.3.2 (Posted on )
First Release Namev0.0.6 (Posted on 2014-11-18 00:51:24)
用户参与
Stargazers Count663
Watchers Count36
Fork Count183
Commits Count322
Has Issues Enabled
Issues Count129
Issue Open Count25
Pull Requests Count41
Pull Requests Open Count10
Pull Requests Close Count11
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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.