1SQ-PACKET-DECRYPT(1) USER COMMANDS SQ-PACKET-DECRYPT(1)
2
3
4
6 sq-packet-decrypt - Unwraps an encryption container
7
8 Decrypts a message, dumping the content of the encryption container
9 without further processing. The result is a valid OpenPGP message that
10 can, among other things, be inspected using "sq packet dump".
11
12
14 sq packet decrypt [FLAGS] [OPTIONS] [--] [FILE]
15
17 -h, --help
18 Prints help information
19
20
21 -B, --binary
22 Emits binary data
23
24
25 --dump-session-key
26 Prints the session key to stderr
27
29 -o, --output FILE
30 Writes to FILE or stdout if omitted
31
32
33 --recipient-key KEY
34 Decrypts the message with KEY
35
37 FILE Reads from FILE or stdin if omitted
38
40 # Unwraps the encryption revealing the signed message
41 $ sq packet decrypt --recipient-key juliet.pgp ciphertext.pgp
42
43
45 For the full documentation see <https://docs.sequoia-pgp.org/sq/>.
46
47 sq(1), sq-armor(1), sq-autocrypt(1), sq-certify(1), sq-dearmor(1),
48 sq-decrypt(1), sq-encrypt(1), sq-inspect(1), sq-key(1), sq-keyring(1),
49 sq-keyserver(1), sq-packet(1), sq-packet-decrypt(1), sq-packet-dump(1),
50 sq-packet-join(1), sq-packet-split(1), sq-sign(1), sq-verify(1),
51 sq-wkd(1)
52
53
54
56 Azul <azul@sequoia-pgp.org>
57 Igor Matuszewski <igor@sequoia-pgp.org>
58 Justus Winter <justus@sequoia-pgp.org>
59 Kai Michaelis <kai@sequoia-pgp.org>
60 Neal H. Walfield <neal@sequoia-pgp.org>
61 Nora Widdecke <nora@sequoia-pgp.org>
62 Wiktor Kwapisiewicz <wiktor@sequoia-pgp.org>
63
64
65
660.24.0 (SEQUOIA-OPENPGP 1.0.0) MARCH 2021 SQ-PACKET-DECRYPT(1)