About 918,000 results
Open links in new tab
  1. compression - How to extract a gpg file - Super User

    Dec 31, 2009 · 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?

  2. What file extensions should be used on GPG generated output?

    Sep 20, 2014 · In Linux file name extensions are irrelevant, but on a Windows system, many GPG users use GUI applications rather than the command line. They may want to be able to double click on an …

  3. security - How to check if a GPG encrypted file is encrypted using a ...

    Feb 26, 2019 · Now, consider another person received test.txt.gpg the the pub key [email protected], how to perform a check to make sure the file is really encrypted using the pub key?

  4. How do you use gpg4win from command line to encrypt or decrypt a …

    Nov 20, 2020 · I have Windows 7. (Not Windows 10 so I don't have the fancy native "Windows Services for Unix" that Windows 10 apparently has) How do you use gpg4win from command …

  5. How do I symmetrically encrypt a file using gpg? - Super User

    Mar 10, 2017 · I don't know what the sort of user id gpg is expecting looks like, and I don't know any gpg user ids anyway. If I just enter an empty line, gpg complains that there are "no valid addressees". So …

  6. linux - How to Verify Fingerprint of a .gpg File - Super User

    Oct 16, 2022 · How to Verify Fingerprint of a .gpg File Ask Question Asked 3 years, 1 month ago Modified 7 months ago

  7. Where is my gpgconf file on Windows? - Super User

    I'd like to edit my user-level GPG configuration file (or the system-wide config, if that isn't possible), but I don't actually know where the relevant files are on Windows (or where I should creat...

  8. How to specify private key when decrypting a file using GnuPG?

    May 28, 2015 · I am trying to decrypt a file with GnuPG, but when using the command below: gpg --decrypt filename.gpg I get the following message: gpg: encrypted with RSA key, ID 3662FD5E gpg: …

  9. bash - How to use GnuPG with --passphrase? - Super User

    Sep 13, 2015 · I want to write a script that will run gpg a file called "file" with the passphrase "test". Normally, when I use gpg, I usually just run gpg -c file and it asks me for the passphrase. But since I ...

  10. decrypt - How to extract files from pgp file - Super User

    Yes, you have the wrong key. gpg -k lists the public keys (ie, the keys you need to encrypt something). You need the private key that matches the public key this file was encrypted with. When you have it, …