SyntaxFix
Write A Post
Hire A Developer
Questions
You simply can't.
bcrypt uses salting, of different rounds, I use 10 usually.
bcrypt
bcrypt.hash(req.body.password,10,function(error,response){ }
This 10 is salting random string into your password.