js crpyto menghasilkan token yang aman

const crypto = require('crypto');

const token = crypto.randomBytes(48).toString('hex');
florinrelea