Skip to content

Instantly share code, notes, and snippets.

@anderseriksson
Created April 19, 2012 07:07
Show Gist options
  • Save anderseriksson/2419282 to your computer and use it in GitHub Desktop.
Save anderseriksson/2419282 to your computer and use it in GitHub Desktop.
Generate password on OSX command line
openssl rand -base64 8 |md5 |head -c8;echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment