diff --git a/docs/readme.txt b/docs/readme.txt index 991cf2f72..9feba1e39 100644 --- a/docs/readme.txt +++ b/docs/readme.txt @@ -295,7 +295,7 @@ NVIDIA GPUs require "NVIDIA Driver" (440.64 or later) and "CUDA Toolkit" (9.0 or - PDF 1.1 - 1.3 (Acrobat 2 - 4), collider #1 - PDF 1.1 - 1.3 (Acrobat 2 - 4), collider #2 - PDF 1.4 - 1.6 (Acrobat 5 - 8) -- PDF 1.4 - 1.6 (Acrobat 5 - 8) - edit password +- PDF 1.4 - 1.6 (Acrobat 5 - 8) - user and owner pass - PDF 1.7 Level 3 (Acrobat 9) - PDF 1.7 Level 8 (Acrobat 10 - 11) - MS Office 2007 diff --git a/src/modules/module_25400.c b/src/modules/module_25400.c index 1439a6958..3b02a9f6d 100644 --- a/src/modules/module_25400.c +++ b/src/modules/module_25400.c @@ -20,7 +20,7 @@ static const u32 DGST_POS2 = 2; static const u32 DGST_POS3 = 3; static const u32 DGST_SIZE = DGST_SIZE_4_4; static const u32 HASH_CATEGORY = HASH_CATEGORY_DOCUMENTS; -static const char *HASH_NAME = "PDF 1.4 - 1.6 (Acrobat 5 - 8) - user and owner password (o-value)"; +static const char *HASH_NAME = "PDF 1.4 - 1.6 (Acrobat 5 - 8) - user and owner pass"; static const u64 KERN_TYPE = 25400; static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE | OPTI_TYPE_NOT_ITERATED;