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

17 lines
365 B
Markdown
Raw Normal View History

2016-01-26 21:14:18 +01:00
# pwgen
2016-02-11 08:47:10 +01:00
> Generate pronounceable passwords.
> More information: <https://manned.org/pwgen>.
2016-01-26 21:14:18 +01:00
- Generate random password with symbols:
2016-01-26 21:14:18 +01:00
`pwgen {{[-y|--symbols]}} {{length}}`
2016-02-11 08:47:10 +01:00
- Generate secure, hard-to-memorize passwords:
2016-02-11 08:47:10 +01:00
`pwgen {{[-s|--secure]}} {{length}}`
2016-02-11 08:47:10 +01:00
- Generate password with at least one capital letter in them:
`pwgen {{[-c|--capitalize]}} {{length}}`