-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
35 lines (22 loc) · 996 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Web of trust statistics and pathfinder, Wotsap
Wotsap is a tool that analyzes a OpenPGP Web of Trust description and
reports to the user stastistics about the single keys and the whole
network, or searches for paths from one key to another.
This package was originally developed by Jörgen Cederlöf at
http://www.lysator.liu.se/~jc/wotsap/. Most documentation is available
on the web pages. The development there is now frozen and continues on
https://github.com/giomasce/wotsap. Every contribution is welcome!
README:
This file.
wotsap:
The main Wotsap Python program. It also works as a module if you
rename it to wotsap.py .
Webware-Main.py:
Glue between wotsap.py and Webware
(http://webware.sourceforge.net/).
pks2wot:
A program to create .wot files using the pksclient program. You need
a local pks keyserver to use it. It should be fairly easy to adopt
it to client programs for other keyservers.
wotfileformat.txt:
Specification for the .wot file format.