I have a file that is compressed. I used a program to find out what kind of file it is and it says that it's a gpg file. How do you uncompress a gpg file?

link|improve this question

65% accept rate
feedback

1 Answer

If I recall completely, a 'gpg' file is encrypted rather than compressed.
What you need to do is use the gnupg tool to decrypt it -- of course using a key.
Or, its the security key file itself. In which case there is not data here, just the key to decrypt other encrypted data.

The decrypted file may then itself be compressed/archived in some other format,
which can be used to open its contents.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.