
apg
List of commands for apg:
-
apg:tldr:42fbe apg: Create a password with maximum length of 16.$ apg -x ${16}try on your machineexplain this command
-
apg:tldr:4b63e apg: Create a password with 16 characters.$ apg -m ${16}try on your machineexplain this command
-
apg:tldr:6069b apg: Create random passwords (default password length is 8).$ apgtry on your machineexplain this command
-
apg:tldr:6324b apg: Create a password with at least 1 symbol (S), 1 number (N), 1 uppercase (C), 1 lowercase (L).$ apg -M SNCLtry on your machineexplain this command
-
apg:tldr:78582 apg: Create a password that doesn't appear in a dictionary (the dictionary file has to be provided).$ apg -r ${path-to-dictionary_file}try on your machineexplain this command