mirror of
https://github.com/slynn1324/tinypin.git
synced 2026-01-23 02:25:08 +00:00
3 lines
No EOL
103 B
JavaScript
3 lines
No EOL
103 B
JavaScript
const crypto = require('crypto');
|
|
|
|
console.log("cookieKey: " + crypto.randomBytes(32).toString('hex')); |