Re: Cannot decrypt this file for the life of me

2006-06-06 Thread webdevlv

This is exactly what I needed.  A no frillz answer.  Worked like a charm!

Thank you!!!
--
View this message in context: 
http://www.nabble.com/Cannot-decrypt-this-file-for-the-life-of-me-t1719517.html#a4740054
Sent from the GnuPG - User forum at Nabble.com.


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


Re: Cannot decrypt this file for the life of me

2006-06-02 Thread Raphaƫl Poss

webdevlv schreef:

I am a complete newbie to GPG so bare with.  I have a gpg encrypted file and
two .asc files...  file_sec.asc and file.asc (pubilc and secret key?  I have
no clue what the terminology is).  I also have a passphrase that needs to be
used.


Ok, I understand your issue. The bits you have are:

- the encrypted file (I assume it's file.gpg)

- the secret key (file_sec.asc)

- the public key (file.asc)

- the password to use the secret key.

What you must do:

1. import the keys into your key ring (gpg --import file_sec.asc on 
the command line)


2. decrypt the file using the passphrase (gpg file.gpg on the command 
line)



--
Raphael


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


Re: Cannot decrypt this file for the life of me

2006-06-01 Thread Charly Avital
Who encrypted the file, for whom, using what system?
Is it a text e-mail, or a stand-alone file?
If it is an encrypted text e-mail, can you post the actual encrypted
file? If not, can you URL a location where the actual file could be viewed?

I am not familiar with your system (I am a Mac user); extension .asc
applies usually to a plain text in ASCII format, that can be opened with
a text editor.

The two files you mention might be, as you indicate, your public and
secret keys (your key pair). If you open the file 'file.asc' with a text
editor, what are the headers and the footers? Is it something like:
-BEGIN PGP PUBLIC KEY BLOCK-
-END PGP PUBLIC KEY BLOCK-

If it is so, then that's your public key block, and the other one
'file_sec.asc' is your secret key block. You should be very careful with
the later, store it in a safe place, and *never* post it or publish it
in any way whatsoever.

You don't mention where those two files are located in your system. They
are your key pair (secret+public key). Do you know (can you see) the
contents of your keyring? That's where your keys are stored. Public
keys, yours and other people, are stored in the public keyring, secret
key or keys (yours only) are stored in the secret key ring.


Charly


webdevlv wrote the following on 6/1/06 5:59 PM:
[...]

 --
 View this message in context: 
 http://www.nabble.com/Cannot+decrypt+this+file+for+the+life+of+me-t1719517.html#a4670580
 Sent from the GnuPG - User forum at Nabble.com.

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