mongoose-bcrypt
mongoose-bcrypt copied to clipboard
The default iteration count for the salt is too low
https://github.com/proswdev/mongoose-bcrypt/blob/master/index.js#L29 The iteration count for the salt should be at least 10.