Return to Snippet

Revision: 64098
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