1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/pwgen.md

16 lines
365 B
Markdown

# pwgen
> Generate pronounceable passwords.
> More information: <https://manned.org/pwgen>.
- Generate random password with symbols:
`pwgen {{[-y|--symbols]}} {{length}}`
- Generate secure, hard-to-memorize passwords:
`pwgen {{[-s|--secure]}} {{length}}`
- Generate password with at least one capital letter in them:
`pwgen {{[-c|--capitalize]}} {{length}}`