Skip to content

Commit 5ccf18c

Browse files
pwqgen: add page (#16978)
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
1 parent 35a8f93 commit 5ccf18c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

pages/common/pwqgen.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# pwqgen
2+
3+
> Generate a random passphrase.
4+
> See also: `libpasswdqc`.
5+
> More information: <https://manned.org/pwqgen>.
6+
7+
- Generate a passphrase:
8+
9+
`pwqgen`
10+
11+
- Generate a passphrase with a specific bit size between 24 and 136:
12+
13+
`pwqgen random={{bitsize}}`
14+
15+
- Use a config file to control password generation:
16+
17+
`pwqgen config={{path/to/config_file}}`
18+
19+
- Display help:
20+
21+
`pwqgen {{[-h|--help]}}`
22+
23+
- Display version:
24+
25+
`pwqgen --version`

0 commit comments

Comments
 (0)