Skip to content

Instantly share code, notes, and snippets.

@stroum
Created May 8, 2015 19:18
Show Gist options
  • Save stroum/5f434928993d0c69f8be to your computer and use it in GitHub Desktop.
Save stroum/5f434928993d0c69f8be to your computer and use it in GitHub Desktop.
passgen
< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c${1:-32};echo;

Comments are disabled for this gist.