mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-05 16:15:34 +02:00
pwqgen: add page (#16978)
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
This commit is contained in:
parent
35a8f93172
commit
5ccf18c5a4
1 changed files with 25 additions and 0 deletions
25
pages/common/pwqgen.md
Normal file
25
pages/common/pwqgen.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# pwqgen
|
||||
|
||||
> Generate a random passphrase.
|
||||
> See also: `libpasswdqc`.
|
||||
> More information: <https://manned.org/pwqgen>.
|
||||
|
||||
- Generate a passphrase:
|
||||
|
||||
`pwqgen`
|
||||
|
||||
- Generate a passphrase with a specific bit size between 24 and 136:
|
||||
|
||||
`pwqgen random={{bitsize}}`
|
||||
|
||||
- Use a config file to control password generation:
|
||||
|
||||
`pwqgen config={{path/to/config_file}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`pwqgen {{[-h|--help]}}`
|
||||
|
||||
- Display version:
|
||||
|
||||
`pwqgen --version`
|
Loading…
Add table
Reference in a new issue