Dennis Bilyk | 12 Oct 2007 18:05

Re: GPGrelay help!

Sorry about the double post.  My first post was before I received  
confirmation to the mailing list -- I'm not sure how it managed to  
get through.  I sent the second one immediately after receiving my  
confirmation e-mail.

Dennis

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
Dennis Bilyk | 12 Oct 2007 18:00

GPGrelay help

Hello,

I have been trying to find some basic help online to help me sort out  
some issues I am having, and I am rather desperate and wanted to see  
if someone would be able to assist me.

I recently took a technical job at a public radio station and one of  
our sources of income is donations through our web site.  These  
donations are sent by e-mail, encrypted using GPG, and then decrypted  
in our Donor Relations Department, using GPGrelay.  The problem is  
that only two PCs have GPGrelay installed and they are going to be  
replaced next week with new PCs.  I have only dabbled with GPG  
briefly in the past, and have been trying to learn all I can the past  
week, but I need some assistance.  I need to install GPGrelay on the  
new PCs and get it configured to decrypt the incoming e-mail.  I have  
access to all of the servers and computers, but do not yet know  
enough about GPG to get the key from our server, so that I can give  
it to GPGrelay to properly decrypt the e-mail.

I have installed a "test system" at home and have managed to create a  
key pair, encrypt a test ASCII document, and then e-mail the document  
to myself.  The problem then becomes two-fold.  GPGrelay sees my  
already-existing key pair, which is not how the real situation would  
be, because the encryption is done on our server and the e-mail is  
received on a different computer, which is different from my setup at  
home, which just uses one computer for it all.  I guess the hardest  
part for me is getting the keys from the server to the decrypting  
workstation.  The next part is that even with the single-computer  
test at home, I'm receiving the e-mail, but it is not decrypted, with  
the message that GPGrelay does not have the secret key to decrypt it.
(Continue reading)

Dennis Bilyk | 12 Oct 2007 18:01

GPGrelay help!

Hello,

I have been trying to find some basic help online to help me sort out  
some issues I am having, and I am rather desperate and wanted to see  
if someone would be able to assist me.

I recently took a technical job at a public radio station and one of  
our sources of income is donations through our web site.  These  
donations are sent by e-mail, encrypted using GPG, and then decrypted  
in our Donor Relations Department, using GPGrelay.  The problem is  
that only two PCs have GPGrelay installed and they are going to be  
replaced next week with new PCs.  I have only dabbled with GPG  
briefly in the past, and have been trying to learn all I can the past  
week, but I need some assistance.  I need to install GPGrelay on the  
new PCs and get it configured to decrypt the incoming e-mail.  I have  
access to all of the servers and computers, but do not yet know  
enough about GPG to get the key from our server, so that I can give  
it to GPGrelay to properly decrypt the e-mail.

I have installed a "test system" at home and have managed to create a  
key pair, encrypt a test ASCII document, and then e-mail the document  
to myself.  The problem then becomes two-fold.  GPGrelay sees my  
already-existing key pair, which is not how the real situation would  
be, because the encryption is done on our server and the e-mail is  
received on a different computer, which is different from my setup at  
home, which just uses one computer for it all.  I guess the hardest  
part for me is getting the keys from the server to the decrypting  
workstation.  The next part is that even with the single-computer  
test at home, I'm receiving the e-mail, but it is not decrypted, with  
the message that GPGrelay does not have the secret key to decrypt it.
(Continue reading)

Kevin Coates | 12 Oct 2007 21:40

Re: GPGrelay help


On  2007/10/12 12:00:51 PM -0400,  Dennis Bilyk <dennis@...> wrote:

> I have been trying to find some basic help online to help me sort out
>  some issues I am having, and I am rather desperate and wanted to see
>  if someone would be able to assist me.

It probably would be easier if you edit the registry of the existing
machines and export the following value to a file.

My Computer\HKEY_CURRENT_USER\Software\.tSCc.

On the new machine, after you install GPGrelay and GPG, click on this
file and all the GPGrelay settings and rules from the old machine will
be installed.

You will need to get the following files to the new machine:

pubring.gpg
secring.gpg
trustdb.gpg
random_seed

Depending on the original installation you will have to look for these
files and copy them to the new machine, probably to a similar location.
I've forgotten where the default key directory is, as mine is a
non-standard installation many years old.

On the old machine, if you right click on the GPGrelay icon and select
"About GPGrelay" the pop-up window will show the "Home". This is the 6th
(Continue reading)

Dennis Bilyk | 12 Oct 2007 21:47

Re: GPGrelay help

Thank you very much!  I appreciate your advice.  I have taken notes  
and will attempt that this weekend.  It sounds very promising though.

Again, thank you.  You have no idea how much this means to me. :)

Dennis

On 12-Oct-07, at 1:40 PM, Kevin Coates wrote:

> It probably would be easier if you edit the registry of the existing
> machines and export the following value to a file.
>
> My Computer\HKEY_CURRENT_USER\Software\.tSCc.
>
> On the new machine, after you install GPGrelay and GPG, click on this
> file and all the GPGrelay settings and rules from the old machine will
> be installed.
>
> You will need to get the following files to the new machine:
>
> pubring.gpg
> secring.gpg
> trustdb.gpg
> random_seed
>
> Depending on the original installation you will have to look for these
> files and copy them to the new machine, probably to a similar  
> location.
> I've forgotten where the default key directory is, as mine is a
> non-standard installation many years old.
(Continue reading)

Kevin Coates | 12 Oct 2007 22:09

Re: GPGrelay help


On  2007/10/12 3:47:28 PM -0400,  Dennis Bilyk <dennis@...> wrote:

> Thank you very much! I appreciate your advice. I have taken notes and
> will attempt that this weekend. It sounds very promising though.

It should accomplish what you need. I use the same registry procedure in
a batch file to clone my GPGrelay installation from my desktop machine
to my notebook.

The command line is below and creates a file called
GPGrelay_Registry.reg. Clicking on this file on the new machine will
install the old GPGrelay settings.

regedit /e "GPGrelay_Registry.reg" hkey_current_user\software\.tSCc.

> Again, thank you.  You have no idea how much this means to me.

You're welcome. Feel free to contact me either here or off list if you
have any more questions.

--
Kevin Coates
Dewitt, NY USA
________________________________________________________________
(see kludges for my pgp key)
Dennis Bilyk | 13 Oct 2007 17:59

Re: GPGrelay help

This worked perfectly.  The only other thing that I needed to do on the 
target PC was gpg --import the keyrings that I copied from the source PC. 
Prior to that, GPGrelay was not showing me the keyrings.  After I imported 
the keyrings and restarted GPGrelay though, it worked flawlessly.

I'm copying the command line too for future reference.  It will help to 
automate this even further.

Thanks again!

Dennis

----- Original Message ----- 
From: "Kevin Coates" <lists@...>
To: "Dennis Bilyk" <gpgrelay-talk@...>
Sent: Friday, October 12, 2007 2:09 PM
Subject: Re: [GPGrelay-Talk] GPGrelay help

> It should accomplish what you need. I use the same registry procedure in
> a batch file to clone my GPGrelay installation from my desktop machine
> to my notebook.
>
> The command line is below and creates a file called
> GPGrelay_Registry.reg. Clicking on this file on the new machine will
> install the old GPGrelay settings.
>
> regedit /e "GPGrelay_Registry.reg" hkey_current_user\software\.tSCc. 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
(Continue reading)

Kevin Coates | 13 Oct 2007 19:55

Re: GPGrelay help


On  2007/10/13 11:59:27 AM -0400,  "Dennis Bilyk" <dennis@...>
wrote:

> This worked perfectly. The only other thing that I needed to do on
> the target PC was gpg --import the keyrings that I copied from the
> source PC. Prior to that, GPGrelay was not showing me the keyrings.
> After I imported the keyrings and restarted GPGrelay though, it
> worked flawlessly.

Glad to hear everything worked out for you. Now you can go spend time
with the girls and the fund raising campaign. :)

--
Kevin Coates
Dewitt, NY USA
________________________________________________________________
(see kludges for my pgp key)

Gmane