14,970
edits
| Line 2: | Line 2: | ||
* Download and install [http://www.gnupg.org/download/ GnuPG 1.4.11 compiled for Microsoft Windows]([ftp://ftp.gnupg.org/gcrypt/binary/gnupg-w32cli-1.4.11.exe download directly]). | * Download and install [http://www.gnupg.org/download/ GnuPG 1.4.11 compiled for Microsoft Windows]([ftp://ftp.gnupg.org/gcrypt/binary/gnupg-w32cli-1.4.11.exe download directly]). | ||
* Locate the downloaded file at another website:(1)file.tar.gz.sig (GPG security signature) (2)file.tar.gz (3)keys.txt (GPG public keys) | * Locate the downloaded file at another website:(1)file.tar.gz.sig (GPG security signature) (2)file.tar.gz (3)keys.txt ( ex: GPG public keys from the website owner who offered files file.tar.gz.sig & file.tar.gz [https://secure.wikimedia.org/keys.html Wikimedia public key list] ) | ||
<pre> | <pre> | ||
C:\Program Files\GNU\GnuPG\ | C:\Program Files\GNU\GnuPG\ | ||
| Line 17: | Line 17: | ||
Expected result after executed --verify command: | Expected result after executed --verify command: | ||
gpg: Good signature from ... | gpg: Good signature from ... | ||
== Troubleshooting == | == Troubleshooting == | ||