From Fedora Project Wiki

(This must makes no sense. ;))
m (Remove level 1 header.)
 
(8 intermediate revisions by 4 users not shown)
Line 3: Line 3:
<!--language:en
<!--language:en
-->
-->
{{lang|en|es|ru|page=Using GPG}}


= Using the GNU Privacy Guard (GnuPG/GPG) =
== Using the GNU Privacy Guard (GnuPG/GPG) ==


GPG is used to identify yourself and authenticate your communications, including those with people you don't know. GPG allows anyone reading a GPG-signed email to verify its authenticity.  In other words, GPG allows someone to be reasonably certain that communications signed by you actually are from you.  GPG is useful because it helps prevent third parties from altering code or intercepting conversations and altering the message.
GPG is used to identify yourself and authenticate your communications, including those with people you don't know. GPG allows anyone reading a GPG-signed email to verify its authenticity.  In other words, GPG allows someone to be reasonably certain that communications signed by you actually are from you.  GPG is useful because it helps prevent third parties from altering code or intercepting conversations and altering the message.
Line 11: Line 12:
* You ''should'' have a GPG key pair.
* You ''should'' have a GPG key pair.
* Your public key ''should'' be available on pgp.mit.edu.
* Your public key ''should'' be available on pgp.mit.edu.
If you associate a GPG public key with your Fedora Account system account, you can later use that key to securely identify yourself in the event you lost access to the email address associated with your Fedora Account.


== Quick Start Guides ==
== Quick Start Guides ==
Line 29: Line 32:
== Official GPG Links ==
== Official GPG Links ==


* [http://www.gnupg.org/ GPG Home Page]  
* [https://www.gnupg.org/ GPG Home Page]  
* [http://www.gnupg.org/documentation/ Official GPG Documentation]  
* [https://www.gnupg.org/documentation/ Official GPG Documentation]  




== About Public Key Encryption ==
== About Public Key Encryption ==


* [http://en.wikipedia.org/wiki/Public-key_cryptography Wikipedia - Public Key Cryptography]  
* [https://en.wikipedia.org/wiki/Public-key_cryptography Wikipedia - Public Key Cryptography]  
* [http://computer.howstuffworks.com/encryption.htm HowStuffWorks - Encryption]  
* [https://computer.howstuffworks.com/encryption.htm HowStuffWorks - Encryption]  


[[Category:Documentation]]
[[Category:Documentation]]

Latest revision as of 09:58, 7 April 2020

Using the GNU Privacy Guard (GnuPG/GPG)

GPG is used to identify yourself and authenticate your communications, including those with people you don't know. GPG allows anyone reading a GPG-signed email to verify its authenticity. In other words, GPG allows someone to be reasonably certain that communications signed by you actually are from you. GPG is useful because it helps prevent third parties from altering code or intercepting conversations and altering the message.

To participate in any part of the Fedora Project,

  • You should have a GPG key pair.
  • Your public key should be available on pgp.mit.edu.

If you associate a GPG public key with your Fedora Account system account, you can later use that key to securely identify yourself in the event you lost access to the email address associated with your Fedora Account.

Quick Start Guides


Using GPG with email clients:


Using GPG with webmail email clients:

Official GPG Links


About Public Key Encryption