[
https://issues.apache.org/jira/browse/PDFBOX-2492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14208101#comment-14208101
]
Markos Fragkakis edited comment on PDFBOX-2492 at 11/12/14 3:10 PM:
--------------------------------------------------------------------
Hi all,
We are using java 8u25 in production, and we came across this bug (we are using
PDFBox 1.8.6). Are there workarounds for this? Is there a specific java version
which we could downgrade to? Or a previous PDFBox library version?
Thanks!
was (Author: deadlock_gr):
Hi all,
We are using java 8u25 in production, and we came across this bug. Are there
workarounds for this? Is there a specific java version which we could downgrade
to? Or a previous PDFBox library version?
Thanks!
> Java 8u25 IllegalBlockSizeException decrypting pdf
> --------------------------------------------------
>
> Key: PDFBOX-2492
> URL: https://issues.apache.org/jira/browse/PDFBOX-2492
> Project: PDFBox
> Issue Type: Bug
> Components: PDModel
> Affects Versions: 2.0.0
> Reporter: simon steiner
>
> Java 8u20 is ok
> java -jar ~/pdf-box-svn/app/target/pdfbox-app-2.0.0-SNAPSHOT.jar PDFToImage
> out.pdf
> Exception in thread "main" java.io.IOException:
> javax.crypto.IllegalBlockSizeException: Input length must be multiple of 16
> when decrypting with padded cipher
> at
> javax.crypto.CipherInputStream.getMoreData(CipherInputStream.java:115)
> at javax.crypto.CipherInputStream.read(CipherInputStream.java:233)
> at javax.crypto.CipherInputStream.read(CipherInputStream.java:209)
> at
> org.apache.pdfbox.pdmodel.encryption.SecurityHandler.encryptData(SecurityHandler.java:331)
> http://lucene.472066.n3.nabble.com/PDF-test-failing-on-trunk-td4166517.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)