1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 10:02:10 +02:00
tldr/pages/common/apg.md
Lena c9775847b6
pages/*: use the imperative in descriptions (#12574)
* pages/*: use the imperative in descriptions

* go-fmt: put the description on one line
2024-04-18 09:34:00 +05:30

538 B

apg

Create arbitrarily complex random passwords. More information: https://manned.org/apg.

  • Create random passwords (default password length is 8):

apg

  • Create a password with at least 1 symbol (S), 1 number (N), 1 uppercase (C), 1 lowercase (L):

apg -M SNCL

  • Create a password with 16 characters:

apg -m {{16}}

  • Create a password with maximum length of 16:

apg -x {{16}}

  • Create a password that doesn't appear in a dictionary (the dictionary file has to be provided):

apg -r {{path/to/dictionary_file}}