PGPAINLESS-CLI-DECRYPT(1) | PGPainless-CLI Manual | PGPAINLESS-CLI-DECRYPT(1) |
pgpainless-cli-decrypt - Decrypt a message from standard input
pgpainless-cli decrypt [--stacktrace] [--not-after=DATE] [--not-before=DATE] [--session-key-out=SESSIONKEY] [--verify-out=VERIFICATIONS] [--verify-with=CERT]... [--with-key-password=PASSWORD]... [--with-password=PASSWORD]... [--with-session-key=SESSIONKEY]... [KEY...]
--not-after=DATE
Reject signatures with a creation date not in range.
Defaults to current system time ('now').
Accepts special value '-' for end of time.
--not-before=DATE
Reject signatures with a creation date not in range.
Defaults to beginning of time ('-').
--session-key-out=SESSIONKEY
--stacktrace
--verify-out=VERIFICATIONS
--verify-with=CERT
--with-key-password=PASSWORD
Is an INDIRECT data type (e.g. file, environment variable, file descriptor...).
--with-password=PASSWORD
Enables decryption based on any "SKESK" packets in the "CIPHERTEXT".
Is an INDIRECT data type (e.g. file, environment variable, file descriptor...)
--with-session-key=SESSIONKEY
Enables decryption of the "CIPHERTEXT" using the session key directly against the "SEIPD" packet.
Is an INDIRECT data type (e.g. file, environment variable, file descriptor...)
[KEY...]
2022-11-06 |