3 lines
85 B
JavaScript
3 lines
85 B
JavaScript
const crypto = require('crypto')
|
|
console.log(crypto.randomBytes(48).toString("hex"))
|