4 lines
88 B
TypeScript
4 lines
88 B
TypeScript
import crypto from "crypto";
|
|
|
|
console.log(crypto.randomBytes(256 / 8).toString("hex"));
|