"use strict"; const crypto = require("crypto"); module.exports = function generateID() { return crypto.randomBytes(12); };