Revision: 64098
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at July 4, 2013 12:50 by mralexjuarez
Initial Code
< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c${1:-16};echo;
Initial URL
Initial Description
This snippet will produce an alpha-numeric 16 character password
Initial Title
16 Character Random Password
Initial Tags
Bash
Initial Language
Bash