4 lines
90 B
TypeScript
4 lines
90 B
TypeScript
import crypto from 'node:crypto'
|
|
|
|
console.log(crypto.randomBytes(256).toString('base64'))
|