node-scrypt-js
v0.0.1
Published
Pure javascript implementation of scrypt.
Readme
Introduction
node-scrypt-js is a pure javascript implementation of the scrypt encryption utility.
See http://www.tarsnap.com/scrypt.html for more details.
It is based heavily on the Java version
https://github.com/wg/scrypt
