Open ysulyma opened 10 years ago
Yeah, Currently this one doesn't support numbers, it only accepts the a function s..
bcrypt.hashSync('my password', bcrypt.genSaltSync(10));
There is an issue already for this module to implement the way of the other module so you can put in numbers but I have no idea when that will get added...
Sorry for the late reply.
From
node.bcrypt.js
documentation:If I do this in
bcrypt-nodejs
, I get