SQ(1) User Commands SQ(1)

sq toolbox packet dump - List packets

sq toolbox packet dump [OPTIONS] FILE

List packets.

Creates a human-readable description of the packet sequence. Additionally, it can print cryptographic artifacts, and print the raw octet stream similar to hexdump(1), annotating specifically which bytes are parsed into OpenPGP values.

To inspect encrypted messages, either supply the session key, or see `sq decrypt` with the `--dump` flag, or `sq toolbox packet decrypt`.

Dump the packets of the certificate with the specified fingerprint or key ID
Dump the packets of the certificate where a user ID includes the specified email address
Dump the packets of the cert read from PATH
Dump the packets of the certificate with the specified user ID
Print a hexdump
Print cryptographic artifacts
Write to FILE or stdout if omitted
[default: -]
Decrypt the message using the key in KEY_FILE
Decrypt an encrypted message using SESSION-KEY
Read from FILE or stdin if FILE is '-'
[default: -]

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

Print the packets of a certificate.

sq toolbox packet dump juliet.pgp

Print the packets including cryptographic artifacts of a certificate.

sq toolbox packet dump --mpis juliet.pgp

Print the packets including a dump of every byte of a certificate.

sq toolbox packet dump --hex juliet.pgp

Prints the packets of an encrypted message, decrypting it using a secret key file.

sq toolbox packet dump --recipient-file bob-secret.pgp \
message.pgp

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

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

0.39.0 (sequoia-openpgp 1.21.2)

0.39.0 Sequoia PGP