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