caoge c760052ff9 机车状态修改 | před 8 měsíci | |
---|---|---|
.. | ||
modes | před 8 měsíci | |
.travis.yml | před 8 měsíci | |
LICENSE | před 8 měsíci | |
README.md | před 8 měsíci | |
aes.js | před 8 měsíci | |
authCipher.js | před 8 měsíci | |
browser.js | před 8 měsíci | |
decrypter.js | před 8 měsíci | |
encrypter.js | před 8 měsíci | |
ghash.js | před 8 měsíci | |
incr32.js | před 8 měsíci | |
index.js | před 8 měsíci | |
package.json | před 8 měsíci | |
streamCipher.js | před 8 měsíci |
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.