-
Notifications
You must be signed in to change notification settings - Fork 2
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 crypto.scrypt support #10
Comments
Thank you for opening this issue! I have some plans for this, I'll try to elaborate more on this in the following days. |
The Edit: Working on a PR for this. |
Hi @Cretezy I'm already in the process of rewriting all the |
Sounds good! Would be great to have a branch with the newest code so we can check it out in the meantime for fun! Great work! Also, I've been using my fork (which is the PR) and it works great so far. |
I'm not really happy with just merging the pr here. |
Hey! Any updates on this? |
Currently this packages uses the
scrypt
package, but since Node v10.5, Node ships with it's own built-incrypto.scrypt
implementation.Is their plans to support this?
A possible integration plan would be:
scrypt
package optionalcrypto.scrypt
when possible, fallback toscrypt
packagescrypt
if using Node < v10.5Would that be a good plan? I would be willing to implement this if we have a consensus.
The text was updated successfully, but these errors were encountered: