Skip to content

Instantly share code, notes, and snippets.

@mahimatics
Created April 18, 2016 10:51
Show Gist options
  • Save mahimatics/52e19d4cca07b9a2738969f88cb1250b to your computer and use it in GitHub Desktop.
Save mahimatics/52e19d4cca07b9a2738969f88cb1250b to your computer and use it in GitHub Desktop.
Password create bash
cat /dev/urandom | tr -cd '[[:graph:]]' | head -c 64 | strings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment