Linux下生成随机强密码(字母数字特殊字符) 生成强随机密码备忘 strings /dev/urandom | tr -dc a-zA-Z0-9\~\!@#$%^\&*\(\)\-=+\|.\'\":\; | head -c 100; echo