1SQ-AUTOCRYPT(1) USER COMMANDS SQ-AUTOCRYPT(1)
2
3
4
6 sq-autocrypt - Communicates certificates using Autocrypt
7
8 Autocrypt is a standard for mail user agents to provide convenient
9 end-to-end encryption of emails. This subcommand provides a limited
10 way to produce and consume headers that are used by Autocrypt to commu‐
11 nicate certificates between clients.
12
13 See https://autocrypt.org/
14
15
17 sq autocrypt [FLAGS] <SUBCOMMAND>
18
20 -h, --help
21 Prints help information
22
24 help Prints this message or the help of the given subcommand(s)
25
26
27 decode Reads Autocrypt-encoded certificates
28
29 Given an autocrypt header (or an key-gossip header), this com‐
30 mand extracts the certificate encoded within it.
31
32 The converse operation is "sq autocrypt encode-sender".
33
34
35 encode-sender
36 Encodes a certificate into an Autocrypt header
37
38 A certificate can be encoded and included in a header of an
39 email message. This command encodes the certificate, adds the
40 senders email address (which must match the one used in the
41 "From" header), and the senders "prefer-encrypt" state (see the
42 Autocrypt spec for more information).
43
44 The converse operation is "sq autocrypt decode".
45
47 For the full documentation see <https://docs.sequoia-pgp.org/sq/>.
48
49 sq(1), sq-armor(1), sq-autocrypt(1), sq-autocrypt-decode(1),
50 sq-autocrypt-encode-sender(1), sq-certify(1), sq-dearmor(1),
51 sq-decrypt(1), sq-encrypt(1), sq-inspect(1), sq-key(1), sq-keyring(1),
52 sq-keyserver(1), sq-packet(1), sq-sign(1), sq-verify(1), sq-wkd(1)
53
54
55
57 Azul <azul@sequoia-pgp.org>
58 Igor Matuszewski <igor@sequoia-pgp.org>
59 Justus Winter <justus@sequoia-pgp.org>
60 Kai Michaelis <kai@sequoia-pgp.org>
61 Neal H. Walfield <neal@sequoia-pgp.org>
62 Nora Widdecke <nora@sequoia-pgp.org>
63 Wiktor Kwapisiewicz <wiktor@sequoia-pgp.org>
64
65
66
670.24.0 (SEQUOIA-OPENPGP 1.0.0) MARCH 2021 SQ-AUTOCRYPT(1)