Sponsor:

Your company here, and a link to your site. Click to find out more.

sq-toolbox-packet-decrypt - Man Page

Unwrap an encryption container

Synopsis

sq toolbox packet decrypt [Options] FILE

Description

Unwrap an encryption container.

Decrypts a message, dumping the content of the encryption container without further processing.  The result is a valid OpenPGP message that can, among other things, be inspected using `sq toolbox packet dump`.

Options

Subcommand options

-B, --binary

Emit binary data

--dump-session-key

Print the session key to stderr

-o, --output=FILE

Write to FILE or stdout if omitted

[default: -]

--private-key-store=KEY_STORE

Provide parameters for private key store

--recipient-file=KEY_FILE

Decrypt the message using the key in KEY_FILE

--session-key=SESSION-KEY

Decrypt an encrypted message using SESSION-KEY

FILE

Read from FILE or stdin if omitted

[default: -]

Global options

See sq(1) for a description of the global options.

Examples

Unwraps the encryption revealing the signed message

    sq toolbox packet decrypt --recipient-file juliet.pgp \
    ciphertext.pgp

See Also

sq(1), sq-toolbox(1), sq-toolbox-packet(1).

For the full documentation see <https://book.sequoia-pgp.org>.

Version

0.35.0 (sequoia-openpgp 1.20.0)

Referenced By

sq-toolbox-packet(1).

0.35.0 Sequoia PGP