-
Notifications
You must be signed in to change notification settings - Fork 22
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
Improve Speed #3
Comments
Benchmark against: https://github.com/tonyg/js-scrypt |
Did a quick informal benchmark of |
This is way faster (in node) now thanks to it using the |
Thanks for the lib, works decently in chrome, but it is unusable in FF 44.0.2, locks up the browser forcing a hard close |
@thinkloop as in, forever? |
it is very strange, firefox 44 has almost same speed as chrome 49 for pbkdf2 |
scrypt-async works well in all browsers, has zero locking for any chosen paramters, and I verified results against the node.js reference lib. |
This algorithm is slower than it needs to be. Revert internal buffer usage to improve speed. Consider analysis from this article: http://blog.ircmaxell.com/2014/03/why-i-dont-recommend-scrypt.html
The text was updated successfully, but these errors were encountered: