Re: I have the public key, but not the private...

2005-07-30 Thread Patrick Dickey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 
Travis C Newman wrote:

 I had reinstalled a while ago, and forgot to backup my gpg files. I
 have retrieved my public key from MIT's keyserver, but I don't
 have the private key, so I can't sign anything. Help?

 Travis



 ___ Gnupg-users mailing
 list Gnupg-users@gnupg.org
 http://lists.gnupg.org/mailman/listinfo/gnupg-users

While I can't help you with this problem, I can possibly give you a
suggestion for the future.  I use a program called PW Safe by
PassWare.  It's basically a password management program, but it's
encrypted.  What I do is, I create an entry for GNU-PG and put in the
username in it's space, and generate a password using it's built in
Generator.  Then, when I go to create the key, I type the generated
password in for the key.

Now, when I do a backup of everything, and restore my keys, I have the
passwords saved.  Or, if I import them from a keyserver (which I'm
assuming you are trying to do), I have the passwords also.  If you
want to, in the notes section in PW Safe, you can put your private
key.  That way, you have it as well.  (it could be listed in the
'username' field, if you want).

You can find PW Safe at http://sourceforge.net/projects/pwsafe/.
Hopefully this helps you out.
Patrick Dickey.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
iD8DBQFC6xgQlYHHywHZe7ARAufHAJ932LAXLFdVBaZPsREeOTNeqckzfACfafOY
0pBiyeEFbD6srsAj6escq5Q=
=4Kxw
-END PGP SIGNATURE-



___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


[outlgpg] Questions on installing and using with Outlook 2003.

2005-07-30 Thread Patrick Dickey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 
Hi there,
First of all, has anyone successfully installed this and used it
with Outlook 2003?  I downloaded the file, and unzipped everything.  I
put the gpgexch.dll file in one folder, and the libgpgmedlgs.dll file
into the Windows\system32 directory.  When I tried to do regsvr, I had
to move the gpgexch.dll file to the Windows\System32 folder also.
Now, I have the tabs in Outlook, but it doesn't work as expected...
My questions are these...   1)  When I did the regsvr, should I
have did regsvr32.exe C:\Program Files\Microsoft\Outlook (where I
originally put the gpgexch.dll file), or was I correct in moving the
file to C:\Windows\System32?
2)  How do I configure Outlook to use the gpg program?  I have my GPG
keys and the binaries in C:\Program Files\GNU\GnuPG\  but, I'm not
sure what program is the key-manager one.  I have gpg.exe for that,
and when I run the keymanager, I get a cmd box that says gpg-- Go
ahead and type your message.  Also, I don't have any new buttons in
my mail message composition box.
3)  Is there any documentation out there specifically for Microsoft
Outlook?  If not, would there be an interest in having some created?
If/when I find out the answers to my problems, I can create a .rtf
file or htm file that walks you through it, if the interest is there.

Thanks in advance for any help on this.
Patrick Dickey
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
iD8DBQFC6x80lYHHywHZe7ARAiCGAJ9v9H2F20BSfuuh1fzHTFKeK7aPEACfXsmZ
dLDvb7GUGGd5DBmLChbbKdE=
=UIHI
-END PGP SIGNATURE-



___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: Entropy in ascii-armored output?

2005-07-30 Thread Werner Koch
On Fri, 29 Jul 2005 20:56:58 -0400, David Shaw said:

  cat /good/random/source | gpg --enarmor

There is even an easier way:

gpg --gen-random -a 1 12

Returns 16 bytes of armored random; i.e. actual 12 bytes.  This uses
the same algorithm gpg uses for session keys.  By using 2 instead of 1
gpg will use the algorithm it uses for creating keys (i.e. it might
block until enough random is available).

Should should use a multiple of 3 for the number of random bytes, so
that gpg won't produce padding characters.


Salam-Shalom,

   Werner


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: [outlgpg] Questions on installing and using with Outlook 2003.

2005-07-30 Thread Timo Schulz

Patrick Dickey wrote:


into the Windows\system32 directory.  When I tried to do regsvr, I had
to move the gpgexch.dll file to the Windows\System32 folder also.


What Windows version do you use? I've never seen that this step is 
needed and I tested it on 98 and XP.


What is the error or why do you think you have to copy it to this
place also?



Now, I have the tabs in Outlook, but it doesn't work as expected...


What does this exactly means?



My questions are these...   1)  When I did the regsvr, should I
have did regsvr32.exe C:\Program Files\Microsoft\Outlook (where I
originally put the gpgexch.dll file), or was I correct in moving the


gpgexch.dll can be stored at any place. regsvr32 stores the path of
the current directory in the registry for you.



2)  How do I configure Outlook to use the gpg program?  I have my GPG
keys and the binaries in C:\Program Files\GNU\GnuPG\  but, I'm not


If you enabled 'GPGExch' in the Outlook Extension dialog, you just
need to click on the new tabbed pane 'GnuPG' and set the gpg binary.



and when I run the keymanager, I get a cmd box that says gpg-- Go
ahead and type your message.  Also, I don't have any new buttons in


Currently only WinPT is supported for key management. Just enter the
WinPT path plus --keymanager. Example c:\winpt\winpt.exe --keymanager.




If/when I find out the answers to my problems, I can create a .rtf
file or htm file that walks you through it, if the interest is there.


The plugin is currently in a beta stadium. When we release the first
stable version, it will contain more documentation how to use and to
install it.

Anyway I guess it's also a good idea to provide some more details for
the beta version right now.


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: [outlgpg] Questions on installing and using with Outlook 2003.

2005-07-30 Thread Patrick Dickey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 
Timo Schulz wrote:

 Patrick Dickey wrote:

 into the Windows\system32 directory. When I tried to do regsvr,
 I had to move the gpgexch.dll file to the Windows\System32 folder
 also.


 What Windows version do you use? I've never seen that this step is
 needed and I tested it on 98 and XP.

 What is the error or why do you think you have to copy it to this
 place also?


 Now, I have the tabs in Outlook, but it doesn't work as
 expected...


 What does this exactly means?


 My questions are these... 1) When I did the regsvr, should I
 have did regsvr32.exe C:\Program Files\Microsoft\Outlook (where
 I originally put the gpgexch.dll file), or was I correct in
 moving the


 gpgexch.dll can be stored at any place. regsvr32 stores the path of
 the current directory in the registry for you.


 2) How do I configure Outlook to use the gpg program? I have my
 GPG keys and the binaries in C:\Program Files\GNU\GnuPG\ but,
 I'm not


 If you enabled 'GPGExch' in the Outlook Extension dialog, you just
 need to click on the new tabbed pane 'GnuPG' and set the gpg
 binary.


 and when I run the keymanager, I get a cmd box that says gpg--
 Go ahead and type your message. Also, I don't have any new
 buttons in


 Currently only WinPT is supported for key management. Just enter
 the WinPT path plus --keymanager. Example c:\winpt\winpt.exe
 --keymanager.



 If/when I find out the answers to my problems, I can create a
 .rtf file or htm file that walks you through it, if the interest
 is there.


 The plugin is currently in a beta stadium. When we release the
 first stable version, it will contain more documentation how to use
 and to install it.

 Anyway I guess it's also a good idea to provide some more details
 for the beta version right now.


 ___ Gnupg-users mailing
 list Gnupg-users@gnupg.org
 http://lists.gnupg.org/mailman/listinfo/gnupg-users

To answer your questions

I was mistaken when I said I had to copy it into the folder.  When I
ran Regsvr32, I got  Load Module failed, can't find the module.  But,
it was because I wasn't using quotes around the Path.  I should have
known better.. :S

As for what I have the tabs in Outlook, but they don't work as
expected means, I tried to explain that afterwards.  I have the tab
in my Preferences, but I wasn't exactly sure what to put in there.
Originally, I had the Always sign with the default key option
checked, but since I didn't know what to put, I put a pathname to a
file in.  Looking back, I'm assuming it means an actual key.  Also the
message I get in the cmd box when I try running Keymanager (which you
explained later on).

When you click on the Advanced button in the GnuPG tab (Preferences in
Outlook), and specify the binaries, you want to put C:\Program
Files\GNU\GnuPG\gpg.exe for the Path to Binaries, C:\Program
Files\GNU\GnuPG\ for the path to home directory (since that's where
my trustdb.gpg file is located) and C:\winpt\winpt.exe --keymanager
for the path to keymanager?

Thanks for your help on this. It's greatly appreciated.
Patrick Dickey.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
iD4DBQFC67APlYHHywHZe7ARAmX2AJdylTwlzzoJ5JqhfP+r5dnxSrTFAJ0XdcN8
HDOGN7nbyTHC7TDm8Z7+4g==
=7BNR
-END PGP SIGNATURE-



___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: [Announce] GnuPG 1.4.2 released

2005-07-30 Thread Jason Harris
On Wed, Jul 27, 2005 at 09:53:27AM +0200, Werner Koch wrote:

 We are pleased to announce the availability of a new stable GnuPG
 release: Version 1.4.2

 What's New
 ===
 
 * New experimental HKP keyserver helper that uses the cURL
   library.  It is enabled via the configure option --with-libcurl
   like the other (also experimental) cURL helpers. Please make
   sure to also apply the attached patch.

When enabled (./configure --with-libcurl=DIR), connections to
hkp://keyserver.kjsl.com will be persistent/reused and pipelined
(as defined in RFC 2616).  Enjoy (responsibly)!

-- 
Jason Harris   |  NIC:  JH329, PGP:  This _is_ PGP-signed, isn't it?
[EMAIL PROTECTED] _|_ web:  http://keyserver.kjsl.com/~jharris/
  Got photons?   (TM), (C) 2004


pgpDoCZiY5UgE.pgp
Description: PGP signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


optimizing gpg for the gpgme library

2005-07-30 Thread Folkert van Heusden
Hi,

I propose the following:
split-up gpg into a front-end and a shared library. The shared library
then contains all code for handling the keyring-files, doing the
crypto-stuff, etc. while the front-end (just a normal executable)
contains the code for parsing commandlines and calling the shared
library with all the previously mentioned functions. That way, the
gpgme-library can also link against this library so that it only has to
do function-calls instead of invoking the whole gpg-executable when it
wants to do anything pgp-ish.


Folkert van Heusden

-- 
Auto te koop, zie: http://www.vanheusden.com/daihatsu.php

Get your PGP/GPG key signed at www.biglumber.com!

Phone: +31-6-41278122, PGP-key: 1F28D8AE


signature.asc
Description: Digital signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: [Announce] GnuPG 1.4.2 released

2005-07-30 Thread David Shaw
On Sat, Jul 30, 2005 at 02:20:35PM -0400, Jason Harris wrote:
 On Wed, Jul 27, 2005 at 09:53:27AM +0200, Werner Koch wrote:
 
  We are pleased to announce the availability of a new stable GnuPG
  release: Version 1.4.2
 
  What's New
  ===
  
  * New experimental HKP keyserver helper that uses the cURL
library.  It is enabled via the configure option --with-libcurl
like the other (also experimental) cURL helpers. Please make
sure to also apply the attached patch.
 
 When enabled (./configure --with-libcurl=DIR), connections to
 hkp://keyserver.kjsl.com will be persistent/reused and pipelined
 (as defined in RFC 2616).  Enjoy (responsibly)!

Thought you'd get a kick out of that...

Note that in the next release of GnuPG, --with-libcurl will be the
default.  (So the more people who try it now, and report back any
problems, the better).

David

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users