1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 19:02:09 +02:00
tldr/pages/common/pwgen.md
2022-06-14 19:42:38 +00:00

16 lines
323 B
Markdown

# pwgen
> Generate pronounceable passwords.
> More information: <https://github.com/tytso/pwgen>.
- 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}}`