2022-08-08 00:23:58 +02:00
|
|
|
'\" t
|
|
|
|
.\" Title: pgpainless-cli-encrypt
|
|
|
|
.\" Author: [see the "AUTHOR(S)" section]
|
|
|
|
.\" Generator: Asciidoctor 2.0.10
|
|
|
|
.\" Manual: PGPainless-CLI Manual
|
|
|
|
.\" Source:
|
|
|
|
.\" Language: English
|
|
|
|
.\"
|
2022-11-15 21:47:46 +01:00
|
|
|
.TH "PGPAINLESS\-CLI\-ENCRYPT" "1" "" "" "PGPainless\-CLI Manual"
|
2022-08-08 00:23:58 +02:00
|
|
|
.ie \n(.g .ds Aq \(aq
|
|
|
|
.el .ds Aq '
|
|
|
|
.ss \n[.ss] 0
|
|
|
|
.nh
|
|
|
|
.ad l
|
|
|
|
.de URL
|
|
|
|
\fI\\$2\fP <\\$1>\\$3
|
|
|
|
..
|
|
|
|
.als MTO URL
|
|
|
|
.if \n[.g] \{\
|
|
|
|
. mso www.tmac
|
|
|
|
. am URL
|
|
|
|
. ad l
|
|
|
|
. .
|
|
|
|
. am MTO
|
|
|
|
. ad l
|
|
|
|
. .
|
|
|
|
. LINKSTYLE blue R < >
|
|
|
|
.\}
|
|
|
|
.SH "NAME"
|
|
|
|
pgpainless\-cli\-encrypt \- Encrypt a message from standard input
|
|
|
|
.SH "SYNOPSIS"
|
|
|
|
.sp
|
2022-11-06 15:08:07 +01:00
|
|
|
\fBpgpainless\-cli encrypt\fP [\fB\-\-[no\-]armor\fP] [\fB\-\-stacktrace\fP] [\fB\-\-as\fP=\fI{binary|text}\fP]
|
|
|
|
[\fB\-\-sign\-with\fP=\fIKEY\fP]... [\fB\-\-with\-key\-password\fP=\fIPASSWORD\fP]...
|
|
|
|
[\fB\-\-with\-password\fP=\fIPASSWORD\fP]... [\fICERTS\fP...]
|
2022-08-08 00:23:58 +02:00
|
|
|
.SH "DESCRIPTION"
|
|
|
|
|
|
|
|
.SH "OPTIONS"
|
|
|
|
.sp
|
|
|
|
\fB\-\-as\fP=\fI{binary|text}\fP
|
|
|
|
.RS 4
|
|
|
|
Type of the input data. Defaults to \(aqbinary\(aq
|
|
|
|
.RE
|
|
|
|
.sp
|
|
|
|
\fB\-\-[no\-]armor\fP
|
|
|
|
.RS 4
|
|
|
|
ASCII armor the output
|
|
|
|
.RE
|
|
|
|
.sp
|
|
|
|
\fB\-\-sign\-with\fP=\fIKEY\fP
|
|
|
|
.RS 4
|
|
|
|
Sign the output with a private key
|
|
|
|
.RE
|
|
|
|
.sp
|
2022-11-15 21:47:46 +01:00
|
|
|
\fB\-\-stacktrace\fP, \fB\-\-with\-key\-password\fP=\fIPASSWORD\fP
|
2022-08-08 00:23:58 +02:00
|
|
|
.RS 4
|
|
|
|
Passphrase to unlock the secret key(s).
|
|
|
|
.sp
|
|
|
|
Is an INDIRECT data type (e.g. file, environment variable, file descriptor...).
|
|
|
|
.RE
|
|
|
|
.sp
|
|
|
|
\fB\-\-with\-password\fP=\fIPASSWORD\fP
|
|
|
|
.RS 4
|
|
|
|
Encrypt the message with a password.
|
|
|
|
.sp
|
|
|
|
Is an INDIRECT data type (e.g. file, environment variable, file descriptor...)
|
|
|
|
.RE
|
|
|
|
.SH "ARGUMENTS"
|
|
|
|
.sp
|
|
|
|
[\fICERTS\fP...]
|
|
|
|
.RS 4
|
|
|
|
Certificates the message gets encrypted to
|
|
|
|
.RE
|