You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Node v8 the crypto.pbkdf2(password, salt, iterations, keylen, digest, callback) function requires "digest".
TypeError: The "digest" argument is required and must not be undefined
at pbkdf2 (crypto.js:635:11)
at Object.exports.pbkdf2 (crypto.js:623:10)
at RandomBytes.ondone (.../node_modules/couch-pwd/index.js:55:14)
The text was updated successfully, but these errors were encountered:
The thing frustrates me is that the fix was apparently merged in March. But the maintainer didn't care to create a new release and update npm. Anything that was maintained by individuals instead of a committee of some sort usually fails to provide any guarantee of quality. One choice would probably be to fork the code and maintain the fork yourself and never come back here.
With Node v8 the crypto.pbkdf2(password, salt, iterations, keylen, digest, callback) function requires "digest".
TypeError: The "digest" argument is required and must not be undefined
at pbkdf2 (crypto.js:635:11)
at Object.exports.pbkdf2 (crypto.js:623:10)
at RandomBytes.ondone (.../node_modules/couch-pwd/index.js:55:14)
The text was updated successfully, but these errors were encountered: