sensordb2 e64a8defe5 3.17 | vor 1 Jahr | |
---|---|---|
.. | ||
modes | vor 1 Jahr | |
.travis.yml | vor 1 Jahr | |
LICENSE | vor 1 Jahr | |
README.md | vor 1 Jahr | |
aes.js | vor 1 Jahr | |
authCipher.js | vor 1 Jahr | |
browser.js | vor 1 Jahr | |
decrypter.js | vor 1 Jahr | |
encrypter.js | vor 1 Jahr | |
ghash.js | vor 1 Jahr | |
incr32.js | vor 1 Jahr | |
index.js | vor 1 Jahr | |
package.json | vor 1 Jahr | |
streamCipher.js | vor 1 Jahr |
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.