5fae594
1
2
3
4
5
var rb = require('crypto').randomBytes; module.exports = function() { return rb(16); };