como gerar um sal aleatório em nodejs
var buf = crypto.randomBytes(16);
Black Bird
var buf = crypto.randomBytes(16);