generate random password with native linux tools, debian, centos

< /dev/urandom tr -dc A-Za-z0-9 | head -c${1:-20};echo;

No comments: