mirror of
https://git.coolaj86.com/coolaj86/telebit-relay.js.git
synced 2025-12-23 18:28:39 +00:00
5 lines
98 B
JavaScript
Executable File
5 lines
98 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
'use strict'
|
|
|
|
console.log(require('crypto').randomBytes(16).toString('hex'));
|