var randomHexString = crypto.randomBytes(4).toString("hex"); code example Example: crypto.randombytes(4).tostring('hex') var token = crypto.randomBytes(64).toString('hex');