* Import keyanalyze into signing-party. Thanks to Matthew Wilcox for the
[pgp-tools.git] / keyanalyze / pgpring / pgpring.1
1 .\" pgpring, a key ring dumper
2 .\" Manpage Copyright (c) 2004 Matthew Wilcox
3 .\"
4 .\" This program is free software; you can redistribute it and/or
5 .\" modify it under the terms of the GNU General Public License
6 .\" as published by the Free Software Foundation; either version 2
7 .\" of the License, or (at your option) any later version.
8 .\"
9 .TH PGPRING 1
10 .SH NAME
11 pgpring \- key ring dumper
12
13 .SH SYNTAX
14 \fBpgpring\fP [ \fB\-k\fP \fIkeyring\fP | \fB\-2\fP | \fB\-5\fP ]
15 [ \fB\-s\fP ] [ \fB\-S\fP ]
16
17 .SH DESCRIPTION
18
19 \fIpgpring\fP is a key ring dumper. It extracts information from PGP's
20 binary key ring and emits it in an (almost) readable output format
21 understood by
22 .BR mutt (1)
23 and
24 .BR process_keys (1)
25 . This output format mimics the one used by the GNU Privacy Guard (GPG).
26
27 .SH OPTIONS
28 .TP
29 .BI \-k " keyring"
30 Dump the contents of the specified keyring.
31 .TP
32 .B \-2
33 Use the default keyring for PGP 2.x.
34 .TP
35 .B \-5
36 Use the default keyring for PGP 5.
37 .TP
38 .B \-s
39 Dump the secret keyring.
40 .TP
41 .B \-S
42 Include signatures.
43
44 .SH AUTHORS
45 Thomas Roessler <roessler@does\-not\-exist.org>