Skip to content

Instantly share code, notes, and snippets.

@chrinor2002
Last active December 2, 2016 15:38
Show Gist options
  • Save chrinor2002/0ccc7b90431930b8818518423fed4d68 to your computer and use it in GitHub Desktop.
Save chrinor2002/0ccc7b90431930b8818518423fed4d68 to your computer and use it in GitHub Desktop.
// Create a 8bits x 16bytes = 128bit key
node -e "console.log( require('crypto').randomBytes(16).toString('hex') );"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment