WOTSAP(1) | [FIXME: manual] | WOTSAP(1) |
NAME¶
wotsap - Web of Trust statistics and pathfinder
SYNOPSIS¶
wotsap [OPTIONS] [bottomkey [topkey]]
DESCRIPTION¶
wotsap is a pathfinder for the OpenPGP Web of Trust, which also produces some statistics and similar things. It obtains the description of the Web of Trust from a .wot file.
OpenPGP is the most widely used email encryption standard, used by encryption software such as the GNU Privacy Guard (see gnupg (7)). To encrypt to someone or verify someone's signature, you need that persons OpenPGP key. Say you want to verify a digital signature made by Bob. To get Bob's key is easy with some help from keyservers, being sure you got the right key is the tricky part. This is accomplished either by meeting Bob in person and exchanging signatures, or by trusting someone else, who you have met in person, who claims to have met Bob. Or by trusting someone who has met someone who has met Bob. This gives rise to a completely decentralized network of trusts between people.
wotsap lets you explore the Web of Trust. It works on a compressed copy of the Web of Trust in the .wot file format, generated daily and distributed on the site of wotsap main writer.
Running wotsap you can specify on the command line just bottomkey, bottomkey and topkey or neither of them. They are the hexadecimal ID of the keys you want to investigate:
OPTIONS¶
-h --help
--version
-w --wot=FILE
-m --modify=STR
-g --group
-G --nounknowns
-o --png=FILE
-O --show-png=PRG
-s --size=NNNxMMM
-F --font=FILE
-T --ttffont=FILE
-S --ttfsize=NUM
-p --print
-D --print-debug
-d --diff=FILE
-M --msd
-W --wanted[=NUM]
-r --restrict=STR
SEE ALSO¶
gnupg (7), gpg (1).
AUTHOR¶
This manual page was written by Giovanni Mascellani <g.mascellani@gmail.com> for the Debian(TM) system (but may be used by others), because the original program doesn't have a manual page. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation.
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
COPYRIGHT¶
Copyright © 2007 Giovanni Mascellani
July 2007 | [FIXME: source] |