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

Emscripten-compiled Javascript version of scrypt, a high-quality password-based key derivation function.

Results 9 js-scrypt issues
Sort by recently updated
recently updated
newest added

It would be very useful to make `scrypt_module_factory` (and thus all the code you need to call `scrypt`) synchronous - is there a way of doing this?

It would be greatly appreciated.

It would be nice to pass an optional progress callback function to support a progress bar. Something similar to what scryptsy does (https://github.com/cryptocoinjs/scryptsy) Unfortunately scryptsy is terribly slow. I checked...

The tests fail in Safari: ``` Safari/537.71 Starting... 0123456789abcdef FAILED expected: 77d6576238657b203b19ca42c18a0497f16b4844e3074ae8dfdffa3fede21442fcd0069ded0948f8326a753a0fc81f17e8d3e0fb2e0d3628cf35e20c38d18906 actual: fc36244d7cf957112100ab117b5304223313b1018172d2d83353ac17d94e1c8aa8aa6209d10c7cf61f8d857450bb0362f64ad0afbed56c918e483cf5ba3e1865 FAILED expected: 77d6576238657b203b19ca42c18a0497f16b4844e3074ae8dfdffa3fede21442fcd0069ded0948f8326a753a0fc81f17e8d3e0fb2e0d3628cf35e20c38d18906 actual: fc36244d7cf957112100ab117b5304223313b1018172d2d83353ac17d94e1c8aa8aa6209d10c7cf61f8d857450bb0362f64ad0afbed56c918e483cf5ba3e1865 Milliseconds for //16/1/1: 2 FAILED expected: fdbabe1c9d3472007856e7190d01e9fe7c6ad7cbc8237830e77376634b3731622eaf30d92e22a3886ff109279d9830dac727afb94a83ee6d8360cbdfa2cc0640 actual: 6a65f21e66f93eb464625a8d0eeb4d90fbee8f4ae45a27edd1a4752ed69ec442537071e7336d789327995407e393c9d475901b96acee8f0a6858497bef76b068 Milliseconds for...

https://cdnjs.com/ http://www.jsdelivr.com/

Updated node.js references to include my wrapper against this JS library, allong with the active binary implementation. Removed stale/broken project references.

So I changed a lot here and am not sure if this is the direction you want to take the project... Initially I wanted to clean up the build and...

Use case, which brought me, a normal human developer, to js-scrypt based signin, where any passphrase would open any account. Context: 1) js-scrypt must be run in web-worker, for all...

Would you mind submitting this to npm please? Makes it easy to work with browserify.