tldr/pages/linux/pwgen.md

16 lines
259 B
Markdown
Raw Normal View History

2016-01-26 20:14:18 +00:00
# pwgen
2016-02-11 07:47:10 +00:00
> Generate pronounceable passwords.
2016-01-26 20:14:18 +00:00
2016-02-11 07:47:10 +00:00
- Generate random password with symbols:
2016-01-26 20:14:18 +00:00
2016-02-11 07:47:10 +00:00
`pwgen -y {{length}}`
- Generate hard-to-memorize passwords:
`pwgen -s {{length}}`
- Generate password with at least one capital letter in them:
`pwgen -c {{length}}`