Dashboard sipadu mbip
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
root d8c1b4a1be initial pirms 5 gadiem
..
modes initial pirms 5 gadiem
.travis.yml initial pirms 5 gadiem
LICENSE initial pirms 5 gadiem
README.md initial pirms 5 gadiem
aes.js initial pirms 5 gadiem
authCipher.js initial pirms 5 gadiem
browser.js initial pirms 5 gadiem
decrypter.js initial pirms 5 gadiem
encrypter.js initial pirms 5 gadiem
ghash.js initial pirms 5 gadiem
incr32.js initial pirms 5 gadiem
index.js initial pirms 5 gadiem
package.json initial pirms 5 gadiem
streamCipher.js initial pirms 5 gadiem

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