This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
david
/
tldr
mirror de
https://github.com/tldr-pages/tldr.git
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Árvore:
ab00815915
Ramos
Etiquetas
kant-patch-1
kant-patch-2
main
v2.2
v2.1
v2.0
v1.5b
v1.5
v1.4
v1.3
v1.2
v1.1
v1.0
tldr
/
pages.zh
/
common
/
pwgen.md
pwgen.md
300 B
Histórico
Em bruto
pwgen
生成可拼写发音的密码。 更多信息:
https://github.com/tytso/pwgen
.
生成指定长度的随机密码:
pwgen -y {{长度}}
生成安全、难以记忆的密码:
pwgen -s {{长度}}
生成至少包含一个大写字母的密码:
pwgen -c {{长度}}