Jak wygenerować losową sól w nodeJS
var buf = crypto.randomBytes(16);
Black Bird
var buf = crypto.randomBytes(16);