tldr/pages/linux/pwgen.md

16 lines
259 B
Markdown

# pwgen
> Generate pronounceable passwords.
- Generate random password with symbols:
`pwgen -y {{length}}`
- Generate hard-to-memorize passwords:
`pwgen -s {{length}}`
- Generate password with at least one capital letter in them:
`pwgen -c {{length}}`