mirror of
https://github.com/slynn1324/tinypin
synced 2026-05-03 09:30:32 +00:00
3 lines
103 B
JavaScript
3 lines
103 B
JavaScript
const crypto = require('crypto');
|
|
|
|
console.log("cookieKey: " + crypto.randomBytes(32).toString('hex')); |