1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 17:02:09 +02:00
tldr/pages/linux/pwgen.md
2016-08-24 11:29:33 +02:00

15 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}}`