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.