EasyPG is yet another GnuPG interface for Emacs. It consists of three
parts: transparent file encryption utility, Gnus/PGG backend, and
-easy-to-use elisp library to interact with GnuPG.
+elisp library to interact with GnuPG.
* Requirements
* Quick start
-** Transparent file encryption
+** Transparent file encryption utility
-EasyPG provides transparent file encryption similar to crypt++,
-alpaca.el, hedgehog. To try this feature, put (require 'epg-file)
-in your ~/.emacs.el and C-x C-f ~/test.txt.gpg.
+EasyPG provides transparent file encryption utility similar to
+crypt++, alpaca.el, hedgehog. To try this feature, add the following line to your ~/.emacs and C-x C-f ~/test.txt.gpg.
-** Using with Gnus/PGG
+(require 'epg-file)
+
+** 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 ~/.gnus.
(setq pgg-scheme 'epg)