tr -dc 'a-zA-Z0-9' < /dev/urandom | head -c 12; echo ""
cat /dev/urandom | tr -dc '[:alnum:]' | fold -w ${1:-20} | head -n 1