[Pgp-tools-commit] r423 - web

thialme-guest at alioth.debian.org thialme-guest at alioth.debian.org
Mon Mar 30 21:50:09 UTC 2009


Author: thialme-guest
Date: 2009-03-30 21:50:09 +0000 (Mon, 30 Mar 2009)
New Revision: 423

Modified:
   web/index.wml.en
Log:
Added gpgdir, gpgwrap and keyanalyze to the list of packages.


Modified: web/index.wml.en
===================================================================
--- web/index.wml.en	2009-03-30 21:41:47 UTC (rev 422)
+++ web/index.wml.en	2009-03-30 21:50:09 UTC (rev 423)
@@ -56,6 +56,14 @@
 text and your name and address as the From (as determined by the sendmail
 command).</p>
 
+<h2>gpgdir  --  recursive directory encryption tool</h2>
+
+<p>
+gpgdir encrypts or decrypts every file in a directory, and by default also
+recursively descends through any subdirectories, processing their contents
+(but leaving out hidden files and directories).
+</p>
+
 <h2>gpglist  --  show who signed which of your UIDs</h2>
 
 <p>
@@ -70,25 +78,42 @@
 and prepends every line with a tag indicating if the user has already signed
 that uid.</p>
 
-<h2>gpgparticipants -- create list of signing party participants</h2>
+<h2>gpgparticipants  --  create list of signing party participants</h2>
 
 <p>When you're the organiser of a larger party using the protocol,
 you collect the keys of all participants beforehand. This tool can
 then create a list ready to distribute among the public.</p>
 
-<h2>keylookup -- Fetch and Import GnuPG keys from keyservers</h2>
+<h2>gpgwrap  --  a passphrase wrapper</h2>
 
 <p>
+gpgwrap communicates with GNU gpg by passing passphrase in 4 ways ; as file
+path, wherat the passphrase is stored as plain text in the file, through a
+pipe from another program to the stdin of gpgwrap, through the 
+GPGWRAP_PASSPHRASE environment variable or by gpgwrap prompting for it.
+</p>
+
+<h2>keyanalyze  --  Web of Trust analysis</h2>
+
+<p>
+keyanalyze analyses the Web of trust within a group of keys. It takes
+preprocessed keys as input and produces an output directory full of statistics
+about the keys.
+</p>
+
+<h2>keylookup  --  fetch and import GnuPG keys from keyservers</h2>
+
+<p>
 keylookup is a wrapper around gpg --search, allowing you to search for keys on
 a keyserver.  It presents the list of matching keys to the user and allows her
 to select the keys for importing into the GnuPG keyring.</p>
 
-<h2>sig2dot -- converts a list of GnuPG signatures to a .dot file</h2>
+<h2>sig2dot  --  converts a list of GnuPG signatures to a .dot file</h2>
 
 <p>Parses output of <code>gpg --list-sigs</code> into a format suitable for
 rendering into a graph by springgraph or graphviz.</p>
 
-<h2>springgraph -- creates a graph from a .dot file</h2>
+<h2>springgraph  --  creates a graph from a .dot file</h2>
 
 <p>Springgraph will read in a .dot file description of a graph, which, for each
 node, specifies its name and which other nodes it is connected to, and then




More information about the Pgp-tools-commit mailing list