2022-08-08 00:23:58 +02:00
|
|
|
'\" t
|
|
|
|
.\" Title: pgpainless-cli-decrypt
|
|
|
|
.\" 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\-DECRYPT" "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"
|
2023-07-12 16:00:54 +02:00
|
|
|
pgpainless\-cli\-decrypt \- Decrypt a message
|
2022-08-08 00:23:58 +02:00
|
|
|
.SH "SYNOPSIS"
|
|
|
|
.sp
|
2023-04-27 15:23:37 +02:00
|
|
|
\fBpgpainless\-cli decrypt\fP [\fB\-\-stacktrace\fP] [\fB\-\-session\-key\-out\fP=\fISESSIONKEY\fP]
|
|
|
|
[\fB\-\-verify\-not\-after\fP=\fIDATE\fP] [\fB\-\-verify\-not\-before\fP=\fIDATE\fP]
|
|
|
|
[\fB\-\-verify\-out\fP=\fIVERIFICATIONS\fP] [\fB\-\-verify\-with\fP=\fICERT\fP]...
|
|
|
|
[\fB\-\-with\-key\-password\fP=\fIPASSWORD\fP]... [\fB\-\-with\-password\fP=\fIPASSWORD\fP]...
|
|
|
|
[\fB\-\-with\-session\-key\fP=\fISESSIONKEY\fP]... [\fIKEY\fP...]
|
2022-08-08 00:23:58 +02:00
|
|
|
.SH "DESCRIPTION"
|
|
|
|
|
|
|
|
.SH "OPTIONS"
|
|
|
|
.sp
|
|
|
|
\fB\-\-session\-key\-out\fP=\fISESSIONKEY\fP
|
|
|
|
.RS 4
|
|
|
|
Can be used to learn the session key on successful decryption
|
|
|
|
.RE
|
|
|
|
.sp
|
2023-07-12 16:00:54 +02:00
|
|
|
\fB\-\-stacktrace\fP
|
|
|
|
.RS 4
|
|
|
|
Print stacktrace
|
|
|
|
.RE
|
|
|
|
.sp
|
|
|
|
\fB\-\-verify\-not\-after\fP=\fIDATE\fP
|
|
|
|
.RS 4
|
|
|
|
ISO\-8601 formatted UTC date (e.g. \(aq2020\-11\-23T16:35Z)
|
|
|
|
.sp
|
|
|
|
Reject signatures with a creation date not in range.
|
|
|
|
.sp
|
|
|
|
Defaults to current system time (\(aqnow\(aq).
|
|
|
|
.sp
|
|
|
|
Accepts special value \(aq\-\(aq for end of time.
|
|
|
|
.RE
|
|
|
|
.sp
|
|
|
|
\fB\-\-verify\-not\-before\fP=\fIDATE\fP
|
|
|
|
.RS 4
|
|
|
|
ISO\-8601 formatted UTC date (e.g. \(aq2020\-11\-23T16:35Z)
|
|
|
|
.sp
|
|
|
|
Reject signatures with a creation date not in range.
|
|
|
|
.sp
|
|
|
|
Defaults to beginning of time (\(aq\-\(aq).
|
|
|
|
.RE
|
|
|
|
.sp
|
|
|
|
\fB\-\-verify\-out, \-\-verifications\-out\fP=\fIVERIFICATIONS\fP
|
2022-08-08 00:23:58 +02:00
|
|
|
.RS 4
|
|
|
|
Emits signature verification status to the designated output
|
|
|
|
.RE
|
|
|
|
.sp
|
|
|
|
\fB\-\-verify\-with\fP=\fICERT\fP
|
|
|
|
.RS 4
|
|
|
|
Certificates for signature verification
|
|
|
|
.RE
|
|
|
|
.sp
|
|
|
|
\fB\-\-with\-key\-password\fP=\fIPASSWORD\fP
|
|
|
|
.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
|
|
|
|
Symmetric passphrase to decrypt the message with.
|
|
|
|
.sp
|
|
|
|
Enables decryption based on any "SKESK" packets in the "CIPHERTEXT".
|
2022-11-06 15:08:07 +01:00
|
|
|
.sp
|
2023-04-27 15:23:37 +02:00
|
|
|
Is an INDIRECT data type (e.g. file, environment variable, file descriptor...).
|
2022-08-08 00:23:58 +02:00
|
|
|
.RE
|
|
|
|
.sp
|
|
|
|
\fB\-\-with\-session\-key\fP=\fISESSIONKEY\fP
|
|
|
|
.RS 4
|
|
|
|
Symmetric message key (session key).
|
|
|
|
.sp
|
|
|
|
Enables decryption of the "CIPHERTEXT" using the session key directly against the "SEIPD" packet.
|
|
|
|
.sp
|
2023-04-27 15:23:37 +02:00
|
|
|
Is an INDIRECT data type (e.g. file, environment variable, file descriptor...).
|
2022-08-08 00:23:58 +02:00
|
|
|
.RE
|
|
|
|
.SH "ARGUMENTS"
|
|
|
|
.sp
|
|
|
|
[\fIKEY\fP...]
|
|
|
|
.RS 4
|
|
|
|
Secret keys to attempt decryption with
|
|
|
|
.RE
|