Skip to content

Instantly share code, notes, and snippets.

@jahe
Created September 27, 2018 09:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jahe/04ffe7b31ce7379db3c3f374fea34a25 to your computer and use it in GitHub Desktop.
Save jahe/04ffe7b31ce7379db3c3f374fea34a25 to your computer and use it in GitHub Desktop.
Key / Password Generation Cheatsheet
# Generate a safe password with node.js
node -e "console.log(require('crypto').randomBytes(256).toString('base64'));"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment