Your IP : 216.73.216.158


Current Path : /home/deltalab/PMS/partner-manager-backend/node_modules/bcrypt/examples/
Upload File :
Current File : //home/deltalab/PMS/partner-manager-backend/node_modules/bcrypt/examples/forever_gen_salt.js

var bcrypt = require('../bcrypt');

(function printSalt() {
  bcrypt.genSalt(10, function(err, salt) {
    console.log('salt: ' + salt);
    printSalt();
  });
})()