browserify-aes

aes, for browserify

MIT 27 个版本
安装
npm install browserify-aes
yarn add browserify-aes
pnpm add browserify-aes
bun add browserify-aes
README

browserify-aes

Build Status

Node style aes for use in the browser. Implements:

  • createCipher
  • createCipheriv
  • createDecipher
  • createDecipheriv
  • getCiphers

In node.js, the crypto implementation is used, in browsers it falls back to a pure JavaScript implementation.

Much of this library has been taken from the aes implementation in triplesec, a partial derivation of crypto-js.

EVP_BytesToKey is a straight up port of the same function from OpenSSL as there is literally no documenation on it beyond it using 'undocumented extensions' for longer keys.

LICENSE MIT

版本列表
1.2.0 2018-04-03
1.1.1 2017-10-19
1.1.0 2017-10-12
1.0.8 2017-09-05
1.0.7 2017-09-05
1.0.6 2016-01-21
1.0.5 2015-09-27
1.0.4 2015-09-23
1.0.3 2015-08-07
1.0.2 2015-07-20
1.0.1 2015-05-21
1.0.0 2015-01-19
0.8.1 2015-01-05
0.8.0 2015-01-04
0.7.3 2015-01-03
0.7.2 2014-12-23
0.7.1 2014-12-23
0.6.1 2014-12-01
0.6.0 2014-11-11
0.5.0 2014-11-11
0.4.0 2014-10-28
0.3.0 2014-10-20
0.2.2 2014-10-17
0.2.1 2014-10-16
0.2.0 2014-10-16
0.1.0 2014-10-16
0.0.0 2014-10-15