Re: Secret key without public key

2010-03-30 Thread Jerry
On Mon, 29 Mar 2010 19:17:30 -0500, CONNIE RODRIGUEZ connie.rodrig...@childrens.com articulated: Please consider the environment before printing this e-mail This e-mail, facsimile, or letter and any files or attachments transmitted with it contains information that is confidential and

Re: Secret key without public key

2010-03-29 Thread CONNIE RODRIGUEZ
Sorry forgot to mention this is in unix. Also, I do not have a backup to re-import. Larry Brower larry-li...@maxqe.com 3/29/2010 6:59 PM CONNIE RODRIGUEZ wrote: Help!! Just last week I was able to decrypt files for our Vendor. I tried this morning and now I get the message below.

Re: Secret key without public key

2010-03-29 Thread CONNIE RODRIGUEZ
This is a development box..no backup. Can I copy from the another environment? Larry Brower larry-li...@maxqe.com 3/29/2010 7:06 PM CONNIE RODRIGUEZ wrote: Sorry forgot to mention this is in unix. Also, I do not have a backup to re-import. I figured is was Unix. Without a backup you

Re: Secret key without public key

2010-03-29 Thread CONNIE RODRIGUEZ
Great!! Thank you for your help. I will post on how it went. Larry Brower larry-li...@maxqe.com 3/29/2010 7:15 PM CONNIE RODRIGUEZ wrote: This is a development box..no backup. Can I copy from the another environment? yes if you have the key on another server such as a production box.

Re: Secret key without public key

2010-03-29 Thread Larry Brower
CONNIE RODRIGUEZ wrote: Help!! Just last week I was able to decrypt files for our Vendor. I tried this morning and now I get the message below. The only changes that occurred was that another vendor key was added last week. The ELG-E Key is the same the message was encrypted with. Any

Re: Secret key without public key

2010-03-29 Thread Larry Brower
CONNIE RODRIGUEZ wrote: This is a development box..no backup. Can I copy from the another environment? yes if you have the key on another server such as a production box. gpg --export-secret-key -a a-filename-here copy it to the dev box with something like scp then on the dev box gpg

Re: Secret key without public key

2010-03-29 Thread Larry Brower
CONNIE RODRIGUEZ wrote: Sorry forgot to mention this is in unix. Also, I do not have a backup to re-import. I figured is was Unix. Without a backup you wont be able to decrypt the file. Are you certain there is no backup? No backup of the system which could have the .gnupg directory?

Re: Secret key without public key

2010-03-29 Thread Larry Brower
CONNIE RODRIGUEZ wrote: Great!! Thank you for your help. I will post on how it went. Welcome ;) Just let us know if you have any questions on anything. ___ Gnupg-users mailing list Gnupg-users@gnupg.org

Re: Secret key without public key

2010-03-29 Thread Tyler Spivey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 I ran a brief test, and was able to recover from this. Before you do anything, I recommend making a backup of ~/.gnupg so you can easily restore it. Here are my results, where 0xae742aaf is my key: #backup ~/.gnupg cp -a ~/.gnupg ~/.gnupg.orig