Name Last Update
..
index.js Loading commit data...
package.json Loading commit data...
readme.md Loading commit data...
test.js Loading commit data...

readme.md

EVP_BytesToKey

The super secure key derivation algorithm from openssl (spoiler alert not actually secure, only every use it for compatibility reasons).

Api:

var result = EVP_BytesToKey('password', 'salt', keyLen, ivLen);
Buffer.isBuffer(result.password); // true
Buffer.isBuffer(result.iv); // true