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

Custom digital signature algorithm

New Here ,
Aug 22, 2018 Aug 22, 2018

Copy link to clipboard

Copied

I was able to sign a pdf document with GOST algorithm, but Adobe Reader

throws exception while validating the signature, because the GOST algorithm

is not supported. How can I validate it in any way? What should I do to add

the algorithm to Adobe Reader? Can I make it by means of plugin?

TOPICS
Acrobat SDK and JavaScript

Views

1.0K

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

correct answers 1 Correct answer

Community Expert , Aug 24, 2018 Aug 24, 2018

For Adobe Reader you need this:

Adobe Reader Integration Key License (RIKLA) Program

Use Adobe Acrobat for the development of plug-ins.

Votes

Translate

Translate
Adobe Employee ,
Aug 23, 2018 Aug 23, 2018

Copy link to clipboard

Copied

Hello Sayat,

The GOST algorithm is not supported in Adobe Reader. If you want to create custom signatures, then Custom Signatures are handled through Acrobat SDK API and accompanying files. Download the Acrobat SDK with sample files and plug-ins Adobe - Acrobat Developer Center | Adobe Developer Connection

You can also check with our expert in Acrobat SDK forums Acrobat SDK

Feel free to update this discussion for any further assistance.

Thanks,

Anand Sri.

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 ,
Aug 23, 2018 Aug 23, 2018

Copy link to clipboard

Copied

Thank you for reply.

I'm trying to run the simplest plugin from samples in SDK: "BasicPlugin.api", but it throws exception like "Invalid plugin detected. Adobe Reader will quit". The project compiles without any problem in VS 2010 an VS 2017. I'm using Adobe Reader XI version 11.0.0. Any license required to build and run plugins?

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
Community Expert ,
Aug 24, 2018 Aug 24, 2018

Copy link to clipboard

Copied

For Adobe Reader you need this:

Adobe Reader Integration Key License (RIKLA) Program

Use Adobe Acrobat for the development of plug-ins.

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 ,
Aug 28, 2018 Aug 28, 2018

Copy link to clipboard

Copied

LATEST

How can I get encryption and digest algorithms here?

void DSEngine::sigValidate( PSSigValidateParams params )

if algorithms are not supported by default.

Thank you!

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
Adobe Employee ,
Aug 24, 2018 Aug 24, 2018

Copy link to clipboard

Copied

It is not just that GOST is not supported by Adobe Reader, it is not defined by the PDF standard (ISO 32000) so any use of it is “out of spec”.

In order to have it work in Reader, you would need to write a custom signature handler plugin – which (as noted by Bernd) requires a license from Adobe.

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 ,
Aug 24, 2018 Aug 24, 2018

Copy link to clipboard

Copied

Thank you sir. Your answer makes things clear.

Can you give any approach to adding custom encryption algorithms?

Thank you.

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