Skip to content
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

crypto deprecation #125

Closed
sandro-pasquali opened this issue Dec 9, 2016 · 2 comments
Closed

crypto deprecation #125

sandro-pasquali opened this issue Dec 9, 2016 · 2 comments

Comments

@sandro-pasquali
Copy link

After a /register action I see the following in stdout:

(node:9672) DeprecationWarning: crypto.pbkdf2 without specifying a digest is deprecated. Please specify a digest

Using Node 6.9.2

Just wondering if this is something to keep in mind/fix

@colinskow
Copy link
Owner

Yes, this will likely break in Node 7. The library I'm using is unmaintained so it needs to be forked and SHA1 needs to be specified as the digest.

@colinskow
Copy link
Owner

This is a duplicate of #64 so closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants