From: ueno Date: Fri, 29 Dec 2006 01:04:09 +0000 (+0000) Subject: Update. X-Git-Tag: epg-0_0_9~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9e06757dbf86b45b13075a9ada5b2542ff0eb74f;p=elisp%2Fepg.git Update. --- diff --git a/README b/README index e02841f..386a0e9 100644 --- a/README +++ b/README @@ -1,8 +1,25 @@ * What's this? -EasyPG is a GnuPG interface for Emacs. It has two aspects: convenient -tools which allow to use GnuPG from Emacs (EasyPG Assistant), and a -fully functional interface library to GnuPG (EasyPG Library). +EasyPG is an all-in-one GnuPG interface for Emacs. It has two +aspects: convenient tools which allow to use GnuPG from Emacs (EasyPG +Assistant), and a fully functional interface library to GnuPG (EasyPG +Library). + +* Features + +The EasyPG Assistant provides the following features: + +- Keyring browser. +- Cryptographic operations on regions. +- Cryptographic operations on files. +- Dired integration. +- Encryption/decryption of *.gpg files. + +The EasyPG Library provides the following features: + +- The API covers most functions of GnuPG like GPGME. +- S/MIME support using gpgsm. +- Designed to avoid potential security pitfalls around Emacs * Requirements @@ -21,8 +38,13 @@ Add the following line to your ~/.emacs (require 'epa-setup) -Then you can browse your keyring by `M-x epa-list-keys'. In addition, -you can do some cryptographic operations on dired. +Restart emacs and type `M-x epa- TAB', and you will see a lot of +commands available. For example, + +- To browse your keyring, type `M-x epa-list-keys' +- To create a cleartext signature of the region, type `M-x epa-sign-region'. + +You can also do some cryptographic operations from dired. M-x dired (mark some files)