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`