-
https://github.com/shaneGirish/bcrypt-nodejs/blob/master/bCrypt.js#L235
http://jsperf.com/try-catch-performance-overhead
and it pollutes debugging with extra exceptions being thrown
-
This line: https://github.com/shaneGirish/bcrypt-nodejs/blob/master/bCrypt.js#L585 shows that the rounds isn't optional, as the callback is checked without first checking that rounds wasn't passed in.…
-
From `node.bcrypt.js` documentation:
> salt - [REQUIRED] - the salt to be used to hash the password. if specified as a number then a salt will be generated and used (see examples).
If I do this in `…
-
```
graphql-auth0-server $ npm install
> fsevents@1.1.3 install /Users/Squirrel/Documents/Code/BOIL/graphql-auth0-server/node_modules/fsevents
> node install
node-pre-gyp ERR! Tried to downlo…
-
I am on Apple silicon (M1 Chip) and I am attempting to install bcrypt onto my node.js project (node version:16.16.0) and keep hitting a 404 error on bcrypt 5.0.0.
there seems to be a missing buil…
-
When the user change his password he add a new password to the table
before adding it, I need to ensure he did not use that password before
so, I have array of hashes and the original password
…
-
I am getting the following message when I try to run the application:
$ node app.js
module.js:327
throw err;
^
Error: Cannot find module 'bcrypt'
at Function.Module._resolveFilen…
-
I'm eye-balling the MEAN stack but I like what I see with ultimate-seed. I don't mind getting my hands dirty tweaking things but just curious.. has ANYONE successfully installed this project on Window…
-
test
-
Hello,
This library is not compatible with "use strict" mode. If you launch a project with:
```
node --use_strict --harmony myProject.js
```
Then, the following errors occurs:
```
./node_modules/b…