Changes between Version 1 and Version 2 of KeySigning
- Timestamp:
- Jul 10, 2007, 1:40:25 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
KeySigning
v1 v2 3 3 == GPG Challenge == 4 4 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. 6 6 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. 7 gpg-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 === 8 10 9 11 To get the latest version, checkout [source:keysigning/ keysigning/] from the [http://subversion.tigris.org/ Subversion] repository: … … 12 14 }}} 13 15 or, simply download it from from http://svn.bleah.co.uk/repos/misc/keysigning/gpg-challenge.pl 16 17 === Usage === 18 19 gpg-challenge.pl ''KEYID''... 14 20 15 21 == License ==