<aside>

密码生成商提供的密码算法有概率被黑客掌握,随机数生成效果可能更好

</aside>

LC_ALL=C tr -dc 'A-Za-z0-9()`~!@#$%^&*-+=_|{}[]:<>,.?/' </dev/urandom | head -c 32; echo