caipin 262030214c cld2_react构建中 před 5 roky
..
modes 262030214c cld2_react构建中 před 5 roky
.travis.yml 262030214c cld2_react构建中 před 5 roky
LICENSE 262030214c cld2_react构建中 před 5 roky
README.md 262030214c cld2_react构建中 před 5 roky
aes.js 262030214c cld2_react构建中 před 5 roky
authCipher.js 262030214c cld2_react构建中 před 5 roky
browser.js 262030214c cld2_react构建中 před 5 roky
decrypter.js 262030214c cld2_react构建中 před 5 roky
encrypter.js 262030214c cld2_react构建中 před 5 roky
ghash.js 262030214c cld2_react构建中 před 5 roky
incr32.js 262030214c cld2_react构建中 před 5 roky
index.js 262030214c cld2_react构建中 před 5 roky
package.json 262030214c cld2_react构建中 před 5 roky
streamCipher.js 262030214c cld2_react构建中 před 5 roky

README.md

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