huanggang 03a863fb53 add node_modules 8 سال پیش
..
index.js 03a863fb53 add node_modules 8 سال پیش
package.json 03a863fb53 add node_modules 8 سال پیش
readme.md 03a863fb53 add node_modules 8 سال پیش
test.js 03a863fb53 add node_modules 8 سال پیش

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