asmcrypto.js

Asm.js implementation of WebCrypto API

MIT 27 个版本
安装
npm install asmcrypto.js
yarn add asmcrypto.js
pnpm add asmcrypto.js
bun add asmcrypto.js
README

asmCrypto Build Status

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.
版本列表
2.3.2 2018-08-01
2.3.1 2018-08-01
2.3.0 2018-06-26
2.2.1 2018-06-26
2.2.0 2018-06-20
2.1.0 2018-06-18
2.0.1 2018-06-03
2.0.0 2018-06-03
0.22.0 2018-02-07
0.21.0 2018-01-21
0.19.1 2018-01-21
0.19.0 2018-01-21
0.18.3 2018-01-12
0.18.2 2018-01-11
0.18.1 2018-01-11
0.18.0 2018-01-02
0.17.0 2018-01-02
0.16.4 2017-12-28
0.16.3 2017-12-28
0.16.2 2017-12-28
0.16.1 2017-12-28
0.16.0 2017-12-28
0.15.0 2017-12-28
0.14.0 2017-12-28
0.13.0 2017-12-28
0.0.12 2017-12-14
0.0.11 2016-03-09