1SQ-PACKET-DUMP(1) USER COMMANDS SQ-PACKET-DUMP(1)
2
3
4
6 sq-packet-dump - Lists packets
7
8 Creates a human-readable description of the packet sequence. Additionâ
9 ally, it can print cryptographic artifacts, and print the raw octet
10 stream similar to hexdump(1), annotating specifically which bytes are
11 parsed into OpenPGP values.
12
13 To inspect encrypted messages, either supply the session key, or see
14 "sq decrypt --dump" or "sq packet decrypt".
15
16
18 sq packet dump [FLAGS] [OPTIONS] [--] [FILE]
19
21 -h, --help
22 Prints help information
23
24
25 --mpis Prints cryptographic artifacts
26
27
28 -x, --hex
29 Prints a hexdump
30
32 -o, --output FILE
33 Writes to FILE or stdout if omitted
34
35
36 --session-key SESSION-KEY
37 Decrypts an encrypted message using SESSION-KEY
38
40 FILE Reads from FILE or stdin if omitted
41
43 # Prints the packets of a certificate
44 $ sq packet dump juliet.pgp
45
46 # Prints cryptographic artifacts of a certificate
47 $ sq packet dump --mpis juliet.pgp
48
49 # Prints a hexdump of a certificate
50 $ sq packet dump --hex juliet.pgp
51
52 # Prints the packets of an encrypted message
53 $ sq packet dump --session-key AAAABBBBCCCC... ciphertext.pgp
54
55
57 For the full documentation see <https://docs.sequoia-pgp.org/sq/>.
58
59 sq(1), sq-armor(1), sq-autocrypt(1), sq-certify(1), sq-dearmor(1),
60 sq-decrypt(1), sq-encrypt(1), sq-inspect(1), sq-key(1), sq-keyring(1),
61 sq-keyserver(1), sq-packet(1), sq-packet-decrypt(1), sq-packet-dump(1),
62 sq-packet-join(1), sq-packet-split(1), sq-sign(1), sq-verify(1),
63 sq-wkd(1)
64
65
66
68 Azul <azul@sequoia-pgp.org>
69 Igor Matuszewski <igor@sequoia-pgp.org>
70 Justus Winter <justus@sequoia-pgp.org>
71 Kai Michaelis <kai@sequoia-pgp.org>
72 Neal H. Walfield <neal@sequoia-pgp.org>
73 Nora Widdecke <nora@sequoia-pgp.org>
74 Wiktor Kwapisiewicz <wiktor@sequoia-pgp.org>
75
76
77
780.24.0 (SEQUOIA-OPENPGP 1.0.0) MARCH 2021 SQ-PACKET-DUMP(1)