1SQ-PACKET-SPLIT(1) USER COMMANDS SQ-PACKET-SPLIT(1)
2
3
4
6 sq-packet-split - Splits a message into packets
7
8 Splitting a packet sequence into individual packets, then recombining
9 them freely with "sq packet join" is a great way to experiment with
10 OpenPGP data.
11
12 The converse operation is "sq packet join".
13
14
16 sq packet split [FLAGS] [OPTIONS] [--] [FILE]
17
19 -h, --help
20 Prints help information
21
23 -p, --prefix PREFIX
24 Writes to files with PREFIX [defaults: FILE a dash, or "output"
25 if read from stdin)
26
28 FILE Reads from FILE or stdin if omitted
29
31 # Split a certificate into individual packets
32 $ sq packet split juliet.pgp
33
34
36 For the full documentation see <https://docs.sequoia-pgp.org/sq/>.
37
38 sq(1), sq-armor(1), sq-autocrypt(1), sq-certify(1), sq-dearmor(1),
39 sq-decrypt(1), sq-encrypt(1), sq-inspect(1), sq-key(1), sq-keyring(1),
40 sq-keyserver(1), sq-packet(1), sq-packet-decrypt(1), sq-packet-dump(1),
41 sq-packet-join(1), sq-packet-split(1), sq-sign(1), sq-verify(1),
42 sq-wkd(1)
43
44
45
47 Azul <azul@sequoia-pgp.org>
48 Igor Matuszewski <igor@sequoia-pgp.org>
49 Justus Winter <justus@sequoia-pgp.org>
50 Kai Michaelis <kai@sequoia-pgp.org>
51 Neal H. Walfield <neal@sequoia-pgp.org>
52 Nora Widdecke <nora@sequoia-pgp.org>
53 Wiktor Kwapisiewicz <wiktor@sequoia-pgp.org>
54
55
56
570.24.0 (SEQUOIA-OPENPGP 1.0.0) MARCH 2021 SQ-PACKET-SPLIT(1)