From 5ccf18c5a42e11b1e9cea2e536a96b10a6cbf3a9 Mon Sep 17 00:00:00 2001 From: Kristopher Date: Thu, 26 Jun 2025 11:47:29 -0700 Subject: [PATCH] pwqgen: add page (#16978) Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> --- pages/common/pwqgen.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 pages/common/pwqgen.md diff --git a/pages/common/pwqgen.md b/pages/common/pwqgen.md new file mode 100644 index 0000000000..f9f602ed25 --- /dev/null +++ b/pages/common/pwqgen.md @@ -0,0 +1,25 @@ +# pwqgen + +> Generate a random passphrase. +> See also: `libpasswdqc`. +> More information: . + +- 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`