* 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
(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)