comment générer un sel aléatoire dans les nodejs
var buf = crypto.randomBytes(16);
Black Bird
var buf = crypto.randomBytes(16);