UNPKG

bcrypt

Version:
9 lines (7 loc) 165 B
var bcrypt = require('../bcrypt'); (function printSalt() { bcrypt.genSalt(10, function(err, salt) { console.log('salt: ' + salt); printSalt(); }); })()