password protect a random access file
If I want to password protect a random access file is it a case of user permissions on files/folders.
I don't suppose there is any brilliant way for the file itself to have rights.
I don't want someone to be able to copy the file and open/read it without authenticating them.
Re: password protect a random access file
Quote:
Originally posted by davidrobin
If I want to password protect a random access file is it a case of user permissions on files/folders.
I don't suppose there is any brilliant way for the file itself to have rights.
I don't want someone to be able to copy the file and open/read it without authenticating them.
maybe you can just ZIP it by password. although people can copy it, but won't be able to open/read it without the password.