-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node 6 DeprecationWarning: crypto.pbkdf2 without specifying a digest is deprecated. #32
Comments
This has been fixed in https://github.com/jcoglan/vault-cipher release 0.3.3, and in the |
When I changed over from Node 4.2 to Node 6.0, I started getting this warning. From the comments, it was unclear which version or even which package I needed to update to in order to not get the warning. However, I changed from this:
to this:
and I was okay. |
If you're running |
From nodejs/node#4047, it seems like the default digest was
'sha1'
.The text was updated successfully, but these errors were encountered: