X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=README;h=64700a6e4e2def128501b0ebe2d1ed39f075c6ac;hb=2e94c33259041a3d708a3dc267371a5ef29d3ad0;hp=bfd5bb9615f46c7cb8ae3aec35bcf55375bc88db;hpb=c1fd290c1ee0fc57924c33efcc6e5a1e130e2b67;p=elisp%2Fepg.git diff --git a/README b/README index bfd5bb9..64700a6 100644 --- a/README +++ b/README @@ -1,8 +1,11 @@ * What's this? -EasyPG is yet another GnuPG interface for Emacs. It consists of three -parts: transparent file encryption utility, Gnus/PGG backend, and -elisp library to interact with GnuPG. +EasyPG is yet another GnuPG interface for Emacs. It consists of two parts: + +epa.el - EasyPG Assistant, a basic GUI of GnuPG +epg.el - the EasyPG library which interacts with GnuPG + +NOTE: EasyPG is not a fork or a re-implementation of Gnus/PGG. * Requirements @@ -10,8 +13,6 @@ elisp library to interact with GnuPG. ** GnuPG 1.4.3 or later -** Gnus 5.10.8 or later (optional) - * Quick start ** Installation @@ -19,21 +20,9 @@ elisp library to interact with GnuPG. $ ./configure $ sudo make install -** Transparent file encryption utility - -EasyPG provides transparent file encryption utility similar to -crypt++, alpaca.el, hedgehog. To try this, add the following line to -your ~/.emacs and C-x C-f ~/test.txt.gpg. - -(require 'epf) - -** Gnus/PGG backend - -EasyPG provides an implementation of the backend interface of -Gnus/PGG. To use EasyPG instead of pgg-gpg, install pgg-epg.el and -add the following line to your ~/.gnus. +Add the following line to your ~/.emacs -(setq pgg-scheme 'epg) +(require 'epa-setup) * Advantages over other competitors