2016-01-26 20:14:18 +00:00
|
|
|
# pwgen
|
|
|
|
|
2016-02-11 07:47:10 +00:00
|
|
|
> Generate pronounceable passwords.
|
2022-06-14 20:42:38 +01:00
|
|
|
> More information: <https://github.com/tytso/pwgen>.
|
2016-01-26 20:14:18 +00:00
|
|
|
|
2016-08-24 10:29:33 +01:00
|
|
|
- Generate random password with s[y]mbols:
|
2016-01-26 20:14:18 +00:00
|
|
|
|
2016-02-11 07:47:10 +00:00
|
|
|
`pwgen -y {{length}}`
|
|
|
|
|
2016-08-24 10:29:33 +01:00
|
|
|
- Generate secure, hard-to-memorize passwords:
|
2016-02-11 07:47:10 +00:00
|
|
|
|
|
|
|
`pwgen -s {{length}}`
|
|
|
|
|
|
|
|
- Generate password with at least one capital letter in them:
|
|
|
|
|
|
|
|
`pwgen -c {{length}}`
|