sensordb2 e64a8defe5 3.17 | hace 1 año | |
---|---|---|
.. | ||
modes | hace 1 año | |
.travis.yml | hace 1 año | |
LICENSE | hace 1 año | |
README.md | hace 1 año | |
aes.js | hace 1 año | |
authCipher.js | hace 1 año | |
browser.js | hace 1 año | |
decrypter.js | hace 1 año | |
encrypter.js | hace 1 año | |
ghash.js | hace 1 año | |
incr32.js | hace 1 año | |
index.js | hace 1 año | |
package.json | hace 1 año | |
streamCipher.js | hace 1 año |
Node style aes for use in the browser. Implements:
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.