[nodejs] bcryptjs vs bcrypt

2015-01-09 Thread Carlos Carcamo
Hello there, hope you're well. I have a little question about of this modules, which one would you recommend to use in a project? 1. bcryptjs: https://github.com/dcodeIO/bcrypt.js Or 2. bcrypt: https://github.com/ncb000gt/node.bcrypt.js the first one says "While bcrypt.js is compatible to the C+

[nodejs] Re: exports._unrefActive in timers.js creates the CPU load

2015-01-09 Thread julien . gilli
On Friday, December 19, 2014 at 10:22:01 AM UTC-8, julien...@joyent.com wrote: > > Hi again, > > On Wednesday, December 17, 2014 2:53:15 PM UTC-8, julien...@joyent.com > wrote: >> >> On Friday, October 24, 2014 2:01:38 PM UTC-7, julien...@joyent.com wrote: >>> >>> Let's wait to see if we can la

Re: [nodejs] bcryptjs vs bcrypt

2015-01-09 Thread Tim Kuijsten
Recently did a roundup [1] and chose bcrypt [2], one of the reasons was that it's not entirely clear if the JS versions are vulnerable to timing attacks. [1] https://www.npmjs.com/package/bcrypt-speed [2] https://www.npmjs.com/package/mongo-bcrypt-user -Tim Carlos Carcamo schreef op 09-01-15

Re: [nodejs] bcryptjs vs bcrypt

2015-01-09 Thread Adrian Lynch
I asked a similar question of twin-bcrypt. Have a read of this: https://github.com/fpirsch/twin-bcrypt/issues/1 Which will lead you to this: https://www.npmjs.com/package/bcrypt-speed Let us know what you decide on and why. Adrian On 9 January 2015 at 16:07, Carlos Carcamo wrote: > Hello th