Skip to content

Instantly share code, notes, and snippets.

@lujiacn
Created July 30, 2016 08:23
Show Gist options
  • Save lujiacn/8d8bddb699d4103d296bd68936ad9c37 to your computer and use it in GitHub Desktop.
Save lujiacn/8d8bddb699d4103d296bd68936ad9c37 to your computer and use it in GitHub Desktop.
generate 64 character key
date +%s | sha256sum | base64 | head -c 64 ; echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment