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
Developer mode tests can be quickly run with the command ./tests/dev-tests
from the project root directory.