Changes between Version 1 and Version 2 of KeySigning


Ignore:
Timestamp:
Jul 10, 2007, 1:40:25 PM (17 years ago)
Author:
simon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • KeySigning

    v1 v2  
    33== GPG Challenge ==
    44
    5 [source:keysigning/gpg-challenge.pl gpg-challenge.pl] is a script to send challenge emails for a challenge-response method of verifying UIDs on OpenPGP keys. It finds all UIDs that are valid and have not already been signed by the user for the key IDs given on the command-line, and generates email bodies containing some random data. These are passed onto mutt, where they should be signed, encrypted and sent to the signee. The signee should then reply to the email, keeping the random data intact.
     5[source:keysigning/gpg-challenge.pl gpg-challenge.pl] is a script to send challenge emails for a challenge-response method of verifying UIDs on OpenPGP keys. It finds all UIDs that are valid and have not already been signed by the user for the key IDs given on the command-line, and generates email bodies containing some random data. These are passed onto [http://www.mutt.org/ the Mutt email client], where they should be signed, encrypted and sent to the signee. The signee should then reply to the email, keeping the random data intact.
    66
    7 gpg-challenge.pl based on code that Ingo Klöcker [http://lists.gnupg.org/pipermail/gnupg-users/2006-July/028959.html posted] ([http://marc.info/?l=gnupg-users&m=115230269710683&w=2 archive at marc.info]) to the [http://lists.gnupg.org/mailman/listinfo/gnupg-users gnupg-users] mailing list.
     7gpg-challenge.pl is based on code that Ingo Klöcker [http://lists.gnupg.org/pipermail/gnupg-users/2006-July/028959.html posted] ([http://marc.info/?l=gnupg-users&m=115230269710683&w=2 archive at marc.info]) to the [http://lists.gnupg.org/mailman/listinfo/gnupg-users gnupg-users] mailing list.
     8
     9=== Download ===
    810
    911To get the latest version, checkout [source:keysigning/ keysigning/] from the [http://subversion.tigris.org/ Subversion] repository:
     
    1214}}}
    1315or, simply download it from from http://svn.bleah.co.uk/repos/misc/keysigning/gpg-challenge.pl
     16
     17=== Usage ===
     18
     19gpg-challenge.pl ''KEYID''...
    1420
    1521== License ==