Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

bcrypt documentation

bcrypt.hash(myPlaintextPassword, saltRounds, function(err, hash) {
    // Store hash in your password DB.
});
Source by www.npmjs.com #
 
PREVIOUS NEXT
Tagged: #bcrypt #documentation
ADD COMMENT
Topic
Name
8+5 =