scrypt-async-js icon indicating copy to clipboard operation
scrypt-async-js copied to clipboard

Fast "async" scrypt implementation in JavaScript

Results 2 scrypt-async-js issues
Sort by recently updated
recently updated
newest added
trafficstars

I encountered performance issue when using scrypt-async to crypt the password, following is the test code ```javascript var scrypt = require('scrypt-async'); var i = 0; var count = 50; while...

Add ability to monitor progress by passing a callback.

enhancement