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

One Time Password?

Explorer ,
Dec 31, 2020 Dec 31, 2020

Copy link to clipboard

Copied

I have Adobe Acrobat DC and I have not been able to find an answer to this, or not the answer I want to find

.

I have one PDF that I would like to share with multiple people, but temporarily protected. Is it possible to create a one time password? Example: The first person to open the PDF would have to have the password to open it. After the password was entered and the PDF was opened, the password would then be automatically erased.

 

I know how to remove a password with Acrobat, but not everyone understands Acrobat. There must be a way to make a one-time password that's automatically removed after it opens.

 

I ended up saving it in our Dropbox account and then sending a link to the PDF, but it just seemed foolish if there wasn't a way to make a one-time password for a PDF.

 

Any ideas?

 

Thanks,

Sean

TOPICS
How to

Views

2.4K

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 ,
Dec 31, 2020 Dec 31, 2020

Copy link to clipboard

Copied

I can see a couple of problems with a one-time password:

  • What if I need to review the PDF again, even an hour later?
  • What if my computer crashes while reading it?

 

That said, I have seen this done with JavaSctipt and the date. I google it and came up with a number of options. 

Here is one (I did not test code):

https://answers.acrobatusers.com/Javascript-Expire-Code-q78793.aspx

I imagine you could the same thing by incrementing a variable upon opening; anything greater than 0 (zero) would close the document.

David Creamer: Community Expert (ACI and ACE 1995-2023)

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
Explorer ,
Dec 31, 2020 Dec 31, 2020

Copy link to clipboard

Copied

This is only a temporary password, not a one time open password. Once you've downloaded the PDF, opened and entered in the correct password, the password is removed. You can then open the pdf without having to put in a password anytime.

 

The only reason for the password is how the pdf is being transferred, if it's sent to the wrong email address, uploaded into the wrong file, ...

 

The whole point is that not everyone understands Acrobat (my parents or people who rarely use computers). If they could just be sent a secure PDF and have a password, they could then open the PDF with the password and not have to worry about remembering it, writing it down, saving it,.... I know it's "easy" to go in and remove the password protection, but it would take 30 minutes to explain how to some people.

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 ,
Dec 31, 2020 Dec 31, 2020

Copy link to clipboard

Copied

I think the same concept could apply with a JavaScript dialogue box and a script that checks a variable. Upon opening the first time the script could test the variable to a bypass setting and save the document. 

As pointed out, third party readers may or may not honor the script. You would have to test them. 


Hope  this makes sense. I'm on my phone so my typing is a lot slower. 

David Creamer: Community Expert (ACI and ACE 1995-2023)

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
LEGEND ,
Dec 31, 2020 Dec 31, 2020

Copy link to clipboard

Copied

Most people haven't got Acrobat...

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 ,
Dec 31, 2020 Dec 31, 2020

Copy link to clipboard

Copied

Unfortunately, for the less computer-literate crowds out there there is no such thing as easy to learn when it comes to enforcing security and electronic records compliance standards. is not even easy to learn for advanced computer users. 

 

That said, also take a look at this other recent discussion:

 

 

Specifically this link:

 

 

I would also suggest that you explore some additional features on how to share files using Adobe Sign.

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 ,
Jan 01, 2021 Jan 01, 2021

Copy link to clipboard

Copied

> There must be a way to make a one-time password that's automatically removed after it opens.

Don't know what makes you say there must be such a thing. In fact, there isn't. Even if there was, it would just generate a lot of issues. What counts as "opening" the file? How will the file remember that it was opened once before if the user doesn't save it? What happens if a copy is made of the file? etc.

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 ,
Jan 01, 2021 Jan 01, 2021

Copy link to clipboard

Copied

LATEST

I believe that can be achieved with Adobe Sign and without using a password.

 

  • When you're preparing your PDF in Acrobat, click on the "Sign"  tab and then select "Request Signatures" from the context menu:

 

request for signatures1.png

 

  • Or you can go to "Tools" and select the "Request Signatures" tool. Both of these actions will open up the Adobe Sign wizard.

 

request for signatures 2.png

 

  • As soon as you begin toprepare the form, the wizard will guide you through the necessary steps.

 

adobesign.png

 

  • You'll get more options to assign a password. Knowing the password will allow the user(s) to open and view the document,  or, if you prefer,  you can select to use the user's own email address as authentication factor (if their email is provided of course). For extra layer of security you should select both methods of authentication: a password and email address associated to the receiving user.

 

requestsign.png

 

 

However, if using only a password method -- and for this workflow to be more successful -- the creator of the file must be proactive and check  the "viewed" or "not viewed" state of the shared file.

 

Upon knowing that the file has been opened and viewed, is up to you to change the password and have the user request a password directly from you each time on a "need-to-know" basis.

 

Last, another convenient perk of employing Adobe Sign in this type of workflow is that your users are not required to have Adobe Reader DC installed in their computer(s) nor a paid subscription of Adobe Acrobat Pro in order to view, fill & sign, and/or print the PDF.

 

They can do that directly from a web browser and /or mobile phone or tablet as well.

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