Skip to content

Instantly share code, notes, and snippets.

@decthomas
Created May 2, 2012 13:33
Show Gist options
  • Save decthomas/2576539 to your computer and use it in GitHub Desktop.
Save decthomas/2576539 to your computer and use it in GitHub Desktop.
Password generator
##
# Random 14 character password generator using base64
##
alias passgen='openssl rand -base64 14 | pbcopy'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment