1PGPRING(1) General Commands Manual PGPRING(1)
2
3
4
6 pgpring - key ring dumper
7
8
10 pgpring [ -k keyring | -2 | -5 ] [ -s ] [ -S ] [ -e ] [ -E ]
11
12
13
14
16 pgpring is a key ring dumper. It extracts information from PGP's
17 binary key ring and emits it in an (almost) readable output format
18 understood by mutt(1) and process_keys(1). This output format mimics
19 the one used by the GNU Privacy Guard (GPG).
20
21
23 -k keyring
24 Dump the contents of the specified keyring.
25
26 -2 Use the default keyring for PGP 2.x.
27
28 -5 Use the default keyring for PGP 5.
29
30 -s Dump the secret keyring.
31
32 -S Include signatures.
33
34 -e Exclude expired signatures.
35
36 -E Exclude expired keys.
37
38
40 Thomas Roessler <roessler@does-not-exist.org>
41
42
43
44 PGPRING(1)