Differences between version 63 and previous revision of GPG/PGPNotes.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 63 | Last edited on Sunday, May 14, 2006 1:29:37 pm | by CraigBox | Revert |
Older page: | version 62 | Last edited on Wednesday, January 25, 2006 12:29:25 pm | by CraigBox | Revert |
@@ -1,24 +1,12 @@
-See also
[GnuPG Keysigning Party HOWTO
| http://www.cryptnet
.net/fdp
/crypto/gpg
-party
.html]
+PGP stands for "Pretty Good Privacy". An open-source version (that is compatible with PGP) is called GPG, for "[GNU] Privacy Guard". You can
[get
GnuPG from its webpage
|http://www.gnupg
.org]; Debian
/Ubuntu users can type <tt>apt
-get install gnupg</tt>
.
-# Introduction
-# Creating and managing keys
-# Finding Keys
-# General Notes
-# How
to sign/verify files
+Below, we give examples of how
to set up GPG ready for use on your system.
-----
+!!! __Creating And Managing Keys__
-PGP stands for "Pretty Good Privacy". An open-source version (that is compatible with PGP) is called GPG for "[GNU] Privacy Guard".
+!! Graphical programs to help out
-[GnuPG|http://www.gnupg.org]
-
-Debian: apt-get install gnupg
-
-See [GPGMailClients] for integrating encryption into your favourite email client.
-Below, we give examples of how to set up GPG ready for use on your system.
-
-!!! __Creating And Managing Keys__
! SeaHorse
There is a graphical interface to key management called [Seahorse|http://seahorse.sourceforge.net/]. It makes it easy to see who has signed whose keys, and you can edit/create keys as well as sign and encrypt/decrypt messages. It is still in development, and does not use protected memory (ie it is not setuid), so don't type your passphrase into it if others have access to your machine (and you are paranoid). There is an official debian package (apt-get install seahorse).
@@ -246,6 +234,12 @@
There is a comprehensive table of what algorithms are supported by every version:
https://netfiles.uiuc.edu/ehowes/www/pgp-summ.htm
+
+!!!See also
+
+* [GnuPG Keysigning Party HOWTO | http://www.cryptnet.net/fdp/crypto/gpg-party.html]
+* [GPGMailClients], for integrating encryption into your favourite email client.
+* [KeySigningScripts]
----
Part of CategoryCryptography