We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a8f93 commit 5ccf18cCopy full SHA for 5ccf18c
pages/common/pwqgen.md
@@ -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