![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | modes/ | 2 years ago | - | |
![]() | package.json | 2 years ago | 1.8K | |
![]() | streamCipher.js | 39 years ago | 659 | |
![]() | index.js | 39 years ago | 357 | |
![]() | incr32.js | 39 years ago | 260 | |
![]() | ghash.js | 39 years ago | 1.9K | |
![]() | encrypter.js | 39 years ago | 2.8K | |
![]() | decrypter.js | 39 years ago | 3.1K | |
![]() | browser.js | 39 years ago | 500 | |
![]() | authCipher.js | 39 years ago | 2.9K | |
![]() | aes.js | 39 years ago | 6.1K | |
![]() | README.md | 39 years ago | 802 | |
![]() | LICENSE | 39 years ago | 1.1K |
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.