Skip to content

Instantly share code, notes, and snippets.

@decthomas
Created May 2, 2012 13:33

Revisions

  1. decthomas created this gist May 2, 2012.
    5 changes: 5 additions & 0 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    ##
    # Random 14 character password generator using base64
    ##

    alias passgen='openssl rand -base64 14 | pbcopy'