File password protection for one time use

1

Need to lock a file for a single time. As in when the password is entered the file opens up and never asks for the password again. Is it possible and how?

Apoorv

Posted 2018-04-12T14:19:53.450

Reputation: 11

2Can the file be accessible multiple times, though? If so, I would go for a password protected zipfile. The user needs to extract it using a password, and after that, the file can be used without a password. – LPChip – 2018-04-12T14:22:07.993

Cant use the Zip folder. Will unnecessarily increase my users work and hamper his experience. – Apoorv – 2018-04-16T13:09:43.543

That answer makes this question unnecessary complicated. What about a self-extracting executable that is password protected? – LPChip – 2018-04-16T16:01:18.123

No answers