Signup added. Backend added
This commit is contained in:
8
node_modules/bcrypt/examples/forever_gen_salt.js
generated
vendored
Normal file
8
node_modules/bcrypt/examples/forever_gen_salt.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
var bcrypt = require('../bcrypt');
|
||||
|
||||
(function printSalt() {
|
||||
bcrypt.genSalt(10, function(err, salt) {
|
||||
console.log('salt: ' + salt);
|
||||
printSalt();
|
||||
});
|
||||
})()
|
Reference in New Issue
Block a user