Difference between revisions of "Gnu Privacy Guard"
Jump to navigation
Jump to search
(Created page with "Gnu Privacy Guard is GNU project's complete and free implementation of the OpenPGP standard. you can: * Encript and Decript files * Signing and Check signature == EasyPG == [...") |
|||
Line 8: | Line 8: | ||
* EasyPG Assistant is a set of convenient tools to use GnuPG from Emacs. | * 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. | * 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== | ||
+ | * [http://www.gnupg.org/] | ||
+ | * [http://epg.sourceforge.jp/] |
Revision as of 14:37, 29 March 2012
Gnu Privacy Guard is GNU project's complete and free implementation of the OpenPGP standard. you can:
- Encript and Decript files
- Signing and Check signature
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.