From 4444afb2675c7def1e00b7d2e9fa970398cc5e6d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 24 Dec 2025 11:28:31 +0000 Subject: [PATCH] doc: regenerate groff and html man pages --- doc/age-plugin-batchpass.1 | 51 ++++++++++++ doc/age-plugin-batchpass.1.html | 143 ++++++++++++++++++++++++++++++++ 2 files changed, 194 insertions(+) create mode 100644 doc/age-plugin-batchpass.1 create mode 100644 doc/age-plugin-batchpass.1.html diff --git a/doc/age-plugin-batchpass.1 b/doc/age-plugin-batchpass.1 new file mode 100644 index 0000000..eb79c96 --- /dev/null +++ b/doc/age-plugin-batchpass.1 @@ -0,0 +1,51 @@ +.\" generated with Ronn-NG/v0.9.1 +.\" http://github.com/apjanke/ronn-ng/tree/0.9.1 +.TH "AGE\-PLUGIN\-BATCHPASS" "1" "December 2025" "" +.SH "NAME" +\fBage\-plugin\-batchpass\fR \- non\-interactive passphrase encryption plugin for age(1) +.SH "SYNOPSIS" +\fBage\fR \fB\-e\fR \fB\-j\fR \fBbatchpass\fR +.br +\fBage\fR \fB\-d\fR \fB\-j\fR \fBbatchpass\fR +.SH "DESCRIPTION" +\fBage\-plugin\-batchpass\fR is an age(1) plugin that enables non\-interactive passphrase\-based encryption and decryption using environment variables\. +.P +It is not built into the age CLI because most applications should use native keys instead of scripting passphrase\-based encryption\. +.SH "ENVIRONMENT" +.TP +\fBAGE_PASSPHRASE\fR +The passphrase to use for encryption or decryption\. Mutually exclusive with \fBAGE_PASSPHRASE_FD\fR\. +.TP +\fBAGE_PASSPHRASE_FD\fR +A file descriptor number to read the passphrase from\. Trailing newlines are stripped from the file contents\. Mutually exclusive with \fBAGE_PASSPHRASE\fR\. +.TP +\fBAGE_PASSPHRASE_WORK_FACTOR\fR +The scrypt work factor to use when encrypting\. Must be between 1 and 30\. Default is 18\. Higher values are more secure but slower\. +.TP +\fBAGE_PASSPHRASE_MAX_WORK_FACTOR\fR +The maximum scrypt work factor to accept when decrypting\. Must be between 1 and 30\. Default is 30\. Can be used to avoid very slow decryptions\. +.SH "EXAMPLES" +Encrypt a file with a passphrase: +.IP "" 4 +.nf +$ AGE_PASSPHRASE=secret age \-e \-j batchpass file\.txt > file\.txt\.age +.fi +.IP "" 0 +.P +Decrypt a file with a passphrase: +.IP "" 4 +.nf +$ AGE_PASSPHRASE=secret age \-d \-j batchpass file\.txt\.age > file\.txt +.fi +.IP "" 0 +.P +Read the passphrase from a file descriptor: +.IP "" 4 +.nf +$ AGE_PASSPHRASE_FD=3 age \-e \-j batchpass file\.txt 3< passphrase\.txt > file\.txt\.age +.fi +.IP "" 0 +.SH "SEE ALSO" +age(1) +.SH "AUTHORS" +Filippo Valsorda \fIage@filippo\.io\fR diff --git a/doc/age-plugin-batchpass.1.html b/doc/age-plugin-batchpass.1.html new file mode 100644 index 0000000..5e9e66e --- /dev/null +++ b/doc/age-plugin-batchpass.1.html @@ -0,0 +1,143 @@ + + + + + + age-plugin-batchpass(1) - non-interactive passphrase encryption plugin for age(1) + + + + +
+ + + +
    +
  1. age-plugin-batchpass(1)
  2. +
  3. +
  4. age-plugin-batchpass(1)
  5. +
+ + + +

NAME

+

+ age-plugin-batchpass - non-interactive passphrase encryption plugin for age(1) +

+

SYNOPSIS

+ +

age -e -j batchpass
+age -d -j batchpass

+ +

DESCRIPTION

+ +

age-plugin-batchpass is an age(1) plugin that enables non-interactive +passphrase-based encryption and decryption using environment variables.

+ +

It is not built into the age CLI because most applications should use +native keys instead of scripting passphrase-based encryption.

+ +

ENVIRONMENT

+ +
+
AGE_PASSPHRASE
+
The passphrase to use for encryption or decryption. + Mutually exclusive with AGE_PASSPHRASE_FD.
+
AGE_PASSPHRASE_FD
+
A file descriptor number to read the passphrase from. + Trailing newlines are stripped from the file contents. + Mutually exclusive with AGE_PASSPHRASE.
+
AGE_PASSPHRASE_WORK_FACTOR
+
The scrypt work factor to use when encrypting. + Must be between 1 and 30. Default is 18. + Higher values are more secure but slower.
+
AGE_PASSPHRASE_MAX_WORK_FACTOR
+
The maximum scrypt work factor to accept when decrypting. + Must be between 1 and 30. Default is 30. + Can be used to avoid very slow decryptions.
+
+ +

EXAMPLES

+ +

Encrypt a file with a passphrase:

+ +
$ AGE_PASSPHRASE=secret age -e -j batchpass file.txt > file.txt.age
+
+ +

Decrypt a file with a passphrase:

+ +
$ AGE_PASSPHRASE=secret age -d -j batchpass file.txt.age > file.txt
+
+ +

Read the passphrase from a file descriptor:

+ +
$ AGE_PASSPHRASE_FD=3 age -e -j batchpass file.txt 3< passphrase.txt > file.txt.age
+
+ +

SEE ALSO

+ +

age(1)

+ +

AUTHORS

+ +

Filippo Valsorda age@filippo.io

+ +
    +
  1. +
  2. December 2025
  3. +
  4. age-plugin-batchpass(1)
  5. +
+ +
+ +