[
https://issues.apache.org/jira/browse/PDFBOX-2801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14556482#comment-14556482
]
Andreas Lehmkühler commented on PDFBOX-2801:
--------------------------------------------
You hit the nail on the head. The TU is part of the signature dictionary which
isn't encrypted.
Please replace in SecurityHandler#decryptDictionary the following line
{code}if (!COSName.SIG.equals(dictionary.getItem(COSName.TYPE))){code}
with
{code}if (!COSName.SIG.equals(dictionary.getItem(COSName.FT))){code}
> SecurityHandler does not tolerate plain-text COSString
> ------------------------------------------------------
>
> Key: PDFBOX-2801
> URL: https://issues.apache.org/jira/browse/PDFBOX-2801
> Project: PDFBox
> Issue Type: Bug
> Components: PDModel
> Affects Versions: 2.0.0
> Reporter: Michele Balistreri
> Attachments: AES_fullencryption_corrupted.pdf,
> SecurityHandler-tolerant-decrypt.diff, wrong TU object.png
>
>
> SecurityHandler does not handle the possibility, that a COSString is already
> plain text if the document is encrypted. This patch makes it tolerant when
> decrypting COSString, so that if it fails it just logs that and keeps the
> original content. The code works with all files I have.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]