mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
30 lines
496 B
Plaintext
30 lines
496 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# pwqgen
|
|
|
|
> Generate a random passphrase.
|
|
> 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`
|