Difference between revisions of "Gnu Privacy Guard"

From WikEmacs
Jump to navigation Jump to search
(Add category)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
Gnu Privacy Guard is GNU project's complete and free implementation of the OpenPGP standard. you can:
 
Gnu Privacy Guard is GNU project's complete and free implementation of the OpenPGP standard. you can:
* Encript and Decript files
+
* Encrypt and Decrypt files
* Signing and Check signature
+
* Signing and Checking signatures
  
 
== EasyPG ==
 
== EasyPG ==
Line 10: Line 10:
  
 
==External links==
 
==External links==
* [http://www.gnupg.org/]
+
* [http://www.gnupg.org/ Gnu Privacy Gurad's home page]
* [http://epg.sourceforge.jp/]
+
* [http://epg.sourceforge.jp/ EasyPG's home page]
 +
 
 +
[[Category:Encrypt]]

Latest revision as of 02:10, 27 January 2013

Gnu Privacy Guard is GNU project's complete and free implementation of the OpenPGP standard. you can:

  • Encrypt and Decrypt files
  • Signing and Checking signatures

EasyPG

EasyPG is an all-in-one GnuPG interface for Emacs. It consists of two parts: EasyPG Assistant and EasyPG Library.

  • EasyPG Assistant is a set of convenient tools to use GnuPG from Emacs.
  • EasyPG Library is a sort of an elisp port of GPGME, a wrapper library which provides API to access some of the GnuPG functions.

External links