Is there any NodeJS bcrypt module that does not rely on node-gyp?
bcrypt, node.js, npm
Solution
bcryptjs is a pure-javascript implementation and available in npm.
Problem
I was wondering if there's a chance to distribute software that uses bcrypt without having to depend on the user having node-gyp installed. The bcrypt npm module does depend on the user having node-gyp installed.