Skip to content

Instantly share code, notes, and snippets.

@leesmith
Created May 3, 2012 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leesmith/2586739 to your computer and use it in GitHub Desktop.
Save leesmith/2586739 to your computer and use it in GitHub Desktop.
Password generation with openssl
openssl rand -base64 6
openssl rand -hex 4
openssl rand -base64 8 |md5 |head -c8;echo
date |md5 | head -c8; echo
ping -c 1 yahoo.com |md5 | head -c8; echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment