Created
May 9, 2018 16:09
-
-
Save kurtzilla/a3536ee9192c67adbac0f95245836057 to your computer and use it in GitHub Desktop.
Session Key Generator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node -e "require('crypto').randomBytes(48, function(ex, buf) { console.log(buf.toString('hex')) });" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment