mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-09 07:05:24 +02:00
26 lines
430 B
Markdown
26 lines
430 B
Markdown
![]() |
# 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`
|