2025-03-14 21:59:59 -06:00
|
|
|
# pwgen
|
|
|
|
|
|
|
|
|
|
> Generate pronounceable passwords.
|
2025-04-03 20:36:56 -06:00
|
|
|
> More information: <https://manned.org/pwgen>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
- Generate 160 random passwords with character length of 8:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
`pwgen`
|
|
|
|
|
|
|
|
|
|
- Generate passwords with character length of 20:
|
|
|
|
|
|
|
|
|
|
`pwgen 20`
|
|
|
|
|
|
|
|
|
|
- Generate 10 passwords with character length of 20:
|
|
|
|
|
|
|
|
|
|
`pwgen 20 10`
|
|
|
|
|
|
|
|
|
|
- Generate random passwords with symbols:
|
|
|
|
|
|
|
|
|
|
`pwgen {{[-y|--symbols]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Generate secure, hard-to-memorize passwords:
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
`pwgen {{[-s|--secure]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
- Generate password with at least one capital letter in them, specify their length, and how many to generate:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
`pwgen {{[-c|--capitalize]}} {{length}} {{count}}`
|