This is not a problem. I use both, PGP Desktop, gnupg and PGP Command Line 
interchangeably all the time. You would decrypt the file the same way you would 
any other file.

Encrypted file with pgp:

$ pgp -e appts.txt -r [EMAIL PROTECTED]
appts.txt:encrypt (0:output file appts.txt.pgp)

Decrypt the file with gpg:

$ gpg -o appts.tmp.txt -d appts.txt.pgp
You need a passphrase to unlock the secret key for
user: "John Doe <[EMAIL PROTECTED]>"
2048-bit ELG-E key, ID 6AD4EB61, created 2007-02-12 (main key ID BB93ECF1)

gpg: encrypted with 2048-bit ELG-E key, ID 6AD4EB61, created 2007-02-12
      "John Doe <[EMAIL PROTECTED]>"


----- Original Message ----
From: guk guk <[EMAIL PROTECTED]>
To: gnupg-users@gnupg.org
Sent: Thursday, April 3, 2008 1:31:05 AM
Subject: Decrypt file from PGP Desktop Professional

Hi !

I'm a newbie in gnupg.
If a file is encrypted using PGP Desktop Professional, is it possible for me to 
decrypt that file using gnupg ?
If it's possible , how to do that ?
Thanks



      
____________________________________________________________________________________
You rock. That's why Blockbuster's offering you one month of Blockbuster Total 
Access, No Cost.  
http://tc.deals.yahoo.com/tc/blockbuster/text5.com
_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to