From 552e58f3a8624a3eb552a4cc5d1f9de89e153a7b Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Thu, 14 Oct 2021 09:00:07 +0200 Subject: [PATCH] Synchronize -m 25400 hash name entries of module and readme.txt --- docs/readme.txt | 2 +- src/modules/module_25400.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;