# pwgen > 生成可发音的密码。 > 更多信息:。 - 生成带有符号的随机密码: `pwgen -y {{长度}}` - 生成安全、难以记忆的密码: `pwgen -s {{长度}}` - 生成至少包含一个大写字母的密码: `pwgen -c {{长度}}`