browserify-aes
aes, for browserify
Last updated 7 years ago by cwmma .
MIT · Repository · Bugs · Original npm
$ cnpm install browserify-aes 
SYNC missed versions from official npm registry.

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

Current Tags

  • 1.2.0                                ...           latest (7 years ago)

2 Versions

  • 0.4.0                                ...           11 years ago
  • 1.2.0                                ...           7 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (6)
Dev Dependencies (3)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org