Как генерировать случайную соль в узлах
var buf = crypto.randomBytes(16);
Black Bird
var buf = crypto.randomBytes(16);