From e4790fdbc2056809a1960e8ac247f3fda4116ca4 Mon Sep 17 00:00:00 2001 From: Pieter Marsman Date: Tue, 7 Jan 2020 18:38:53 +0100 Subject: [PATCH] Add AES as supported encryption method to docs --- README.md | 2 +- docs/source/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b2d755..b5f8675 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Features * CJK languages and vertical writing scripts support. * Various font types (Type1, TrueType, Type3, and CID) support. * Support for extracting images (JPG, JBIG2 and Bitmaps). - * Basic encryption (RC4) support. + * Support for RC4 and AES encryption. * Outline (TOC) extraction. * Tagged contents extraction. * Automatic layout analysis. diff --git a/docs/source/index.rst b/docs/source/index.rst index 5a154d7..4e90346 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -40,7 +40,7 @@ Features * Support for Chinese, Japanese and Korean CJK) languages as well as vertical writing. * Support for various font types (Type1, TrueType, Type3, and CID). -* Support for basic encryption (RC4). +* Support for RC4 and AES encryption. Installation instructions