mirror of
https://github.com/wu736139669/ASHEBShop-h5.git
synced 2026-08-05 05:55:36 +00:00
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