StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics https://doi.org/10.1109/TVCG.2020.3030352
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
StackGenVis/frontend/node_modules/webpack-require/node_modules/browserify-aes
Angelos Chatzimparmpas e069030893 fix the frontend 4 years ago
..
modes fix the frontend 4 years ago
test fix the frontend 4 years ago
.jshintrc fix the frontend 4 years ago
.travis.yml fix the frontend 4 years ago
EVP_BytesToKey.js fix the frontend 4 years ago
aes.js fix the frontend 4 years ago
cipherBase.js fix the frontend 4 years ago
decrypter.js fix the frontend 4 years ago
encrypter.js fix the frontend 4 years ago
index.js fix the frontend 4 years ago
inject.js fix the frontend 4 years ago
modes.js fix the frontend 4 years ago
package.json fix the frontend 4 years ago
populateFixtures.js fix the frontend 4 years ago
readme.md fix the frontend 4 years ago
streamCipher.js fix the frontend 4 years ago
xor.js fix the frontend 4 years ago

readme.md

browserify-aes Build Status

much of this taken from the aes implimentation in triplesec which in turn based its implimentation on crypto-js.

EVP_BytesToKey is a strait up port of the same function from openssl as there is literally no documenation on it beyond it using 'undocumented extentions' for longer keys.