-
-
Notifications
You must be signed in to change notification settings - Fork 278
Closed
Description
I tried to persuade a project to adopt bcryptjs over bcrypt see:
https://github.com/jedireza/drywall/wiki/bcrypt-Installation-Trouble
But the project is putting forward an argument this project "has the same functionality as node.bcrypt.js expect for a few tiny differences. Mainly, it(bcryptjs) doesn't let you set the seed length for creating the random byte array."
The project maintainer is claiming it might effect security. Can you document what this means for security and maybe put a wiki page so when others ask this question it's easy to reference?
Thanks!