mirror of https://github.com/CrimsonTome/tldr.git
16 lines
269 B
Markdown
16 lines
269 B
Markdown
|
# pwgen
|
||
|
|
||
|
> Generate pronounceable passwords.
|
||
|
|
||
|
- Generate random password with s[y]mbols:
|
||
|
|
||
|
`pwgen -y {{length}}`
|
||
|
|
||
|
- Generate secure, hard-to-memorize passwords:
|
||
|
|
||
|
`pwgen -s {{length}}`
|
||
|
|
||
|
- Generate password with at least one capital letter in them:
|
||
|
|
||
|
`pwgen -c {{length}}`
|