• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
3

Error during signature verification. Signature contains incorrect, unrecognized, corrupted or suspicious data. Support Information: SigDict /Contents illegal data

New Here ,
May 18, 2016 May 18, 2016

Copy link to clipboard

Copied

Hi Adobe,

We are using adbe.pkcs7.detached adding signature to the PDF. whenever I open signed PDF form it will show signature is unknown with below error code as

Error during signature verification. 

Signature contains incorrect, unrecognized, corrupted or suspicious data.

Support Information: SigDict /Contents illegal data

Can anyone confirm me issue w.r.t to the signature verification.

With regards

Ravi

TOPICS
Acrobat SDK and JavaScript , Windows

Views

38.8K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Jan 12, 2024 Jan 12, 2024

Copy link to clipboard

Copied

Unfortunately I don't do any rust development and cannot recommend any libraries there, I'm more into Java and C#.

As far as documentation is concerned, the lopdf entry links to where you can receive the PDF 2.0 specification ISO 32000-2 for free.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Jan 28, 2024 Jan 28, 2024

Copy link to clipboard

Copied

  1. Signature validation ka option nahi open hota hai show certificate bhi open nahi ho raha hai 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 11, 2024 Apr 11, 2024

Copy link to clipboard

Copied

Hello @MikelKlink ,

 

I'm having a similar problem, trying to do multiple signatures in my test environment. What could be the issue and possible fix?

 

Thanks!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Apr 16, 2024 Apr 16, 2024

Copy link to clipboard

Copied

LATEST
quote

I'm having a similar problem, trying to do multiple signatures in my test environment. What could be the issue and possible fix?

 

@Benjamín36680953jfh8,

 

In your example file the initial revision (containing the first signature) has been re-saved after signing (not applying changes in an incremental update but completely re-writing the PDF). This not only changed the signed byte range contents but also moved the signature dictionary (rendering the ByteRange entry itself incorrect) and changed the size of the single-revision PDF (making the ByteRange not covering a whole revision anymore). Furthermore, the software doing this re-write has an error in its cross reference table writing code.

 

Thus, the first signature in your document must be reported as broken.

 

After that first revision with the broken first signature there are a number of additional revisions (saved using incremental updates) to apply a second signature:

  • (Update 1) Adding an empty signature field
  • (Update 2) Adding an appearance to the new empty signature field
  • (Update 3) Signing the new signature field

At first glance these steps look ok.

 

So you should check which code in your setup broke the initial PDF and fix that.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines