pwgen
Generador de passwords en la terminal
Instalar
sudo apt install pwgen
Options/Syntax
Usage: pwgen [ OPTIONS ] [ pw_length ] [ num_pw ]
Options supported by pwgen:
-cor--capitalizeInclude at least one capital letter in the password-Aor--no-capitalizeDon't include capital letters in the password-nor--numeralsInclude at least one number in the password-0or--no-numeralsDon't include numbers in the password-yor--symbolsInclude at least one special symbol in the password-r <chars>or--remove-chars=<chars>Remove characters from the set of characters to generate passwords-sor--secureGenerate completely random passwords-Bor--ambiguousDon't include ambiguous characters in the password-hor--helpPrint a help message-Hor--sha1=path/to/file[#seed]Use sha1 hash of given file as a (not so) random generator-CPrint the generated passwords in columns-1Don't print the generated passwords in columns-vor--no-vowelsDo not use any vowels so as to avoid accidental nasty words