1

I'm using gemalto usb token and SafeNet software to digitally sign my documents in Adobe Acrobat Pro. While everything worked fine and nothing has changed, I'm getting this error after entering my (correct) pin number. The message says: 'Error occurred during PIN validation'. According to authentication return values, it is related to:

SCARD_F_INTERNAL_ERROR: An internal consistency check failed.

Besides that, 'Validating Signatures' option in Adobe is disabled.

Thank you!

Error with code:0x80100001

IroMp
  • 31
  • 1
  • 9
  • Can you verify the PIN successfully in any other application? If not, reinstalling SafeNet may be worth a try. – guidot May 12 '20 at 19:49
  • That was the cause! After reinstalling and installing SafeNet again everything worked fine, thank you @guidot. – IroMp May 13 '20 at 05:32

2 Answers2

0

For somebody else encountering a similar problem: The error code is by PCSC, and so not necessarily card-related.

If other applications are also unable to verify the PIN, issue might be caused by reader driver, or as in the case above by any software required for accessing the card [here: SafeNet]. Re-installing those is worth a ttry.

guidot
  • 5,095
  • 2
  • 25
  • 37
0

Same problem here.

On a new PC couldn't use this token.

I checked how windows recognized the device on a different one where worked fine. Seems like the culprit is a newer driver from microsoft.

All I had to do was to replace it. Visit here and click:

"Gemalto IDPrime - SmartCard - 10/20/2017 12:00:00 AM - 8.5.0.7 Windows 10 Creators Update and Later Servicing Drivers"

  • Download the cab file.
  • Extract it.
  • Next you have to "update" the driver with the old one.
tomerpacific
  • 4,704
  • 13
  • 34
  • 52