From 216ee4156da96277fdeeabcd32c6978de88ad73e Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Sat, 26 Jan 2013 17:19:14 -0500 Subject: [PATCH] Add features to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index abc7d9d..302b502 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,8 @@ Features * Encodes and decodes ASCII-armored OpenPGP messages. * Parses OpenPGP messages into their constituent packets. * Supports both old-format (PGP 2.6.x) and new-format (RFC 4880) packets. -* Helper class for verifying and signing messages using Crypt_RSA from +* Helper class for verifying, signing, encrypting, and decrypting messages using Crypt_RSA from +* Helper class for encrypting and decrypting messages and keys using Crypt_AES and Crypt_TripleDES from Users -----