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

Digitally Sign without Password

Community Beginner ,
Jul 17, 2020 Jul 17, 2020

I have to digitally sign tons (20-150) of documents per day.  For every single one of them I have to enter my password to digitally sign.  Is there a way to defeat the password prompt, or just do it once per day? 

TOPICS
Security digital signatures and esignatures
2.4K
Translate
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
1 ACCEPTED SOLUTION
Engaged ,
Jul 20, 2020 Jul 20, 2020

If you go to Preferences->Signatures->Identities and Trusted Certificates->Digital IDs->Digital ID Files, you can find your .pfx file and Login to it, with the option to stay logged in.

View solution in original post

Translate
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 ,
Jul 17, 2020 Jul 17, 2020

No.

Translate
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 ,
Jul 17, 2020 Jul 17, 2020

Actually, that's not entirely true... It is possible to do it, but it requires using a script to locate the signature field (it's easier if you know how it's called) and then sign it using a SecurityHandler object. This script can be attached to a menu item so you could run it with a single click, and it's possible to hard-code the password into it, so you don't need to enter it each time.

Translate
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 Beginner ,
Jul 20, 2020 Jul 20, 2020

Thanks for letting me know there IS a way.  I'm not familiar with Adobe Scripts, nor with a SecurityHandler object.  if you can point me to some resources to learn these things I'd very much appreciate it. 

Translate
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 ,
Jul 20, 2020 Jul 20, 2020

What kind of Digital Id?

Translate
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 Beginner ,
Jul 20, 2020 Jul 20, 2020

When I go into Digital ID files it shows as a .pfx

Translate
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
Engaged ,
Jul 20, 2020 Jul 20, 2020

If you go to Preferences->Signatures->Identities and Trusted Certificates->Digital IDs->Digital ID Files, you can find your .pfx file and Login to it, with the option to stay logged in.

Translate
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 Beginner ,
Jul 21, 2020 Jul 21, 2020
LATEST

When I follow the path and go into my .PFX file, I get the options of "Usage Options", "Certifcate Details", "Export", "Refresh", and "Remove ID".  Going into the subcategories I don't see anything like "Login". 

Translate
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