Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

sCrypt implementation in JavaScript? [closed]

Someone asked about a JavaScript implementation of bCrypt a while back and appears to have written their own code to handle the implementation. Does anyone have an implementation of sCrypt in JavaScript?

like image 866
David Perry Avatar asked Sep 30 '11 23:09

David Perry


2 Answers

The answer linked above points to a project that no longer exists.

This project, however, is still around: https://github.com/tonyg/js-scrypt

like image 173
Bob Aman Avatar answered Sep 17 '22 10:09

Bob Aman


If you are talking about tenebrix, the choice of scrypt was better then bcrypt for the goals set. I so far have only found one incomplete javascript implementation of scrypt and hit on this page while searching.

https://github.com/byrongibson/scrypt-js https://github.com/cheongwy/node-scrypt-js was all I found so far, and seems no code yet.

Guess as a new reason I can't just comment on this above like I wanted, sigh.

like image 28
twobits Avatar answered Sep 17 '22 10:09

twobits