You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Tim Allison (JIRA)" <ji...@apache.org> on 2015/07/15 21:31:04 UTC

[jira] [Commented] (TIKA-1683) Add encryption support to Jackcess parser

    [ https://issues.apache.org/jira/browse/TIKA-1683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14628585#comment-14628585 ] 

Tim Allison commented on TIKA-1683:
-----------------------------------

At this point we have a version clash on bouncycastle with jackcess-encrypt:

{noformat}
bcprov-jdk15on-1.52.jar, bcprov-jdk15-1.45.jar define 927 overlappping classes: 
[WARNING]   - org.bouncycastle.crypto.modes.gcm.Tables8kGCMMultiplier
[WARNING]   - org.bouncycastle.asn1.cmp.CRLAnnContent
[WARNING]   - org.bouncycastle.i18n.MissingEntryException
[WARNING]   - org.bouncycastle.asn1.tsp.TimeStampResp
[WARNING]   - org.bouncycastle.asn1.pkcs.PBKDF2Params
[WARNING]   - org.bouncycastle.asn1.x509.CRLNumber
[WARNING]   - org.bouncycastle.asn1.x509.TBSCertList$1
[WARNING]   - org.bouncycastle.asn1.ASN1SequenceParser
[WARNING]   - org.bouncycastle.crypto.agreement.DHBasicAgreement
[WARNING]   - org.bouncycastle.asn1.cmp.CertResponse
[WARNING]   - 917 more...
[WARNING] bcpkix-jdk15on-1.52.jar, bcprov-jdk15-1.45.jar define 9 overlappping classes: 
[WARNING]   - org.bouncycastle.openssl.PasswordException
[WARNING]   - org.bouncycastle.openssl.PEMUtilities
[WARNING]   - org.bouncycastle.openssl.EncryptionException
[WARNING]   - org.bouncycastle.voms.VOMSAttribute
[WARNING]   - org.bouncycastle.openssl.PasswordFinder
[WARNING]   - org.bouncycastle.voms.VOMSAttribute$FQAN
[WARNING]   - org.bouncycastle.openssl.PEMException
[WARNING]   - org.bouncycastle.mozilla.SignedPublicKeyAndChallenge
[WARNING]   - org.bouncycastle.openssl.PEMWriter
{noformat}

I've asked if they'd be willing to move to a more recent version [here|https://sourceforge.net/p/jackcessencrypt/feature-requests/2/]

> Add encryption support to Jackcess parser
> -----------------------------------------
>
>                 Key: TIKA-1683
>                 URL: https://issues.apache.org/jira/browse/TIKA-1683
>             Project: Tika
>          Issue Type: New Feature
>            Reporter: Tim Allison
>            Priority: Minor
>
> The initial Jackcess parser integration did not include handling of password protected files.  This issue will track adding that into our wrapper.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)