
pwgen
List of commands for pwgen:
-
pwgen:tldr:20ba1 pwgen: Generate secure, hard-to-memorize passwords.$ pwgen -s ${length}try on your machineexplain this command
-
pwgen:tldr:a1a8a pwgen: Generate password with at least one capital letter in them.$ pwgen -c ${length}try on your machineexplain this command
-
pwgen:tldr:b3c21 pwgen: Generate random password with s[y]mbols.$ pwgen -y ${length}try on your machineexplain this command