commands.sh

pwgen

all

Generate pronounceable passwords.

More info →

Options (3)

-y, --symbolsboolean

Generate random passwords with symbols

Example: pwgen {{[-y|--symbols]}}
-s, --secureboolean

Generate secure, hard-to-memorize passwords

Example: pwgen {{[-s|--secure]}}
-c, --capitalizeboolean

Generate password with at least one capital letter in them, specify their length, and how many to generate

Example: pwgen {{[-c|--capitalize]}} {{length}} {{count}}

Examples (6)

Generate 160 random passwords with character length of 8

Generate passwords with character length of 20

Generate 10 passwords with character length of 20

pwgen 20 10

Generate random passwords with symbols

pwgen [-y|--symbols]

Generate secure, hard-to-memorize passwords

pwgen [-s|--secure]

Generate password with at least one capital letter in them, specify their length, and how many to generate

pwgen [-c|--capitalize] length count
made by @shridhargupta | data from tldr-pages