1PGPDUMP(1) General Commands Manual PGPDUMP(1)
2
3
4
6 pgpdump - A PGP packet visualizer
7
9 pgpdump [options] [PGPfile]
10
12 The pgpdump is a PGP packet visualizer which displays the packet format
13 of OpenPGP (RFC 4880) and PGP version 2 (RFC 1991).
14
15 The options are as follows:
16
17 -a Accepts ASCII input only.
18
19 -g Selects alternate dump format.
20
21 -h Displays a help message.
22
23 -i Dumps integer packets.
24
25 -l Dumps literal packets.
26
27 -m Dumps marker packets.
28
29 -p Dumps private packets.
30
31 -u Displays UTC time.
32
33 -v Displays the version.
34
35
36
37 June 27, 2002 PGPDUMP(1)