I am trying to create a secure random token
const crypto = require("crypto"); const { promisify } = require("util"); exports.createRandomT