Skip to content

Instantly share code, notes, and snippets.

@francismhw
Created December 31, 2014 15:23
Show Gist options
  • Select an option

  • Save francismhw/7bd8233b8641df24713e to your computer and use it in GitHub Desktop.

Select an option

Save francismhw/7bd8233b8641df24713e to your computer and use it in GitHub Desktop.
rand password
cat /dev/urandom | strings | grep -o '[[:alnum:][:punct:]]' | head -n 30 | tr -d '\n'; echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment