Cómo generar una sal aleatoria en nodejs
var buf = crypto.randomBytes(16);
Black Bird
var buf = crypto.randomBytes(16);